You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Ensure that you have the following prerequisites:
21
21
22
22
* An IBM Bluemix account. If you don't have one, [sign up][bluemix_registration].
23
23
*[Unity][get_unity]. You can use the **free** Personal edition.
24
-
* Change the build settings in Unity (**File > Build Settings**) to any platform except for web player. The Watson Developer Cloud Unity SDK does not support Unity Web Player.
24
+
* Change the build settings in Unity (**File > Build Settings**) to any platform except for web player/Web GL. The Watson Developer Cloud Unity SDK does not support Unity Web Player.
25
25
* A chm reader if you would like to access SDK Documentation (optional).
26
26
27
27
## Getting the Watson SDK and adding it to Unity
@@ -50,8 +50,37 @@ To create instances of Watson services and their credentials, follow the steps b
50
50
5. Click **View credentials** to access your credentials.
51
51
1. Your service credentials can be used to instantiate Watson Services within your application. Most services also support tokens which you can instantiate the service with as well.
52
52
53
+
The credentials for each service contain either a `username`, `password` and endpoint `url`**or** an `apikey` and endpoint `url`.
54
+
53
55
**WARNING:** You are responsible for securing your own credentials. Any user with your service credentials can access your service instances!
54
56
57
+
## Authentication
58
+
Before you can use a service, it must be authenticated with the service instance's `username`, `password` and `url`.
0 commit comments