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
Use this SDK to build Watson-powered applications in Unity.
5
5
6
-
## Table of Contents
7
-
*[Before you begin](#before-you-begin)
8
-
*[Getting the Watson SDK and adding it to Unity](#getting-the-watson-sdk-and-adding-it-to-unity)
9
-
*[Installing the SDK source into your Unity project](#installing-the-sdk-source-into-your-unity-project)
10
-
*[Configuring your service credentials](#configuring-your-service-credentials)
11
-
*[Authentication](#authentication)
12
-
*[Watson Services](#watson-services)
13
-
*[Authentication Tokens](#authentication-tokens)
14
-
*[Documentation](#documentation)
15
-
*[Questions](#questions)
16
-
*[Open Source @ IBM](#open-source--ibm)
17
-
*[License](#license)
18
-
*[Contributing](#contributing)
6
+
<details>
7
+
<summary>Table of Contents</summary>
8
+
9
+
*[Before you begin](#before-you-begin)
10
+
*[Getting the Watson SDK and adding it to Unity](#getting-the-watson-sdk-and-adding-it-to-unity)
11
+
*[Installing the SDK source into your Unity project](#installing-the-sdk-source-into-your-unity-project)
12
+
*[Configuring your service credentials](#configuring-your-service-credentials)
13
+
*[Authentication](#authentication)
14
+
*[Watson Services](#watson-services)
15
+
*[Authentication Tokens](#authentication-tokens)
16
+
*[Documentation](#documentation)
17
+
*[Questions](#questions)
18
+
*[Open Source @ IBM](#open-source--ibm)
19
+
*[License](#license)
20
+
*[Contributing](#contributing)
21
+
22
+
</details>
19
23
20
24
## Before you begin
21
25
Ensure that you have the following prerequisites:
22
26
23
-
* An IBM Bluemix account. If you don't have one, [sign up][bluemix_registration].
27
+
* An IBM Cloud account. If you don't have one, [sign up][ibm_cloud_registration].
24
28
*[Unity][get_unity]. You can use the **free** Personal edition.
25
29
* 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.
26
30
@@ -33,16 +37,16 @@ Move the **`unity-sdk`** directory into the **`Assets`** directory of your Unity
33
37
## Configuring your service credentials
34
38
To create instances of Watson services and their credentials, follow the steps below.
35
39
36
-
**Note:** Service credentials are different from your Bluemix account username and password.
40
+
**Note:** Service credentials are different from your IBM Cloud account username and password.
37
41
38
42
1. Determine which services to configure.
39
43
1. If you have configured the services already, complete the following steps. Otherwise, go to step 3.
40
-
1. Log in to Bluemix at https://bluemix.net.
44
+
1. Log in to IBM Cloud at https://console.bluemix.net.
41
45
1. Click the service you would like to use.
42
46
1. Click **Service credentials**.
43
47
1. Click **View credentials** to access your credentials.
44
48
1. If you need to configure the services that you want to use, complete the following steps.
45
-
1. Log in to Bluemix at https://bluemix.net.
49
+
1. Log in to IBM Cloud at https://console.bluemix.net.
46
50
1. Click the **Create service** button.
47
51
1. Under **Watson**, select which service you would like to create an instance of and click that service.
48
52
1. Give the service and credential a name. Select a plan and click the **Create** button on the bottom.
@@ -56,7 +60,7 @@ The credentials for each service contain either a `username`, `password` and end
56
60
57
61
## Watson Services
58
62
To get started with the Watson Services in Unity, click on each service below to read through each of their `README.md`'s and their codes.
You use tokens to write applications that make authenticated requests to IBM Watson™ services without embedding service credentials in every call.
185
189
186
-
You can write an authentication proxy in IBM® Bluemix® that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
190
+
You can write an authentication proxy in IBM Cloud that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
Copy file name to clipboardExpand all lines: Scripts/Services/TradeoffAnalytics/v1/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tradeoff Analytics
2
2
3
-
**NOTE:** The IBM Watson™ Tradeoff Analytics service is being deprecated. As of May 11, 2017, it will no longer be possible to create a new instance of the service on Bluemix. Existing service instances will continue to be supported until April 11, 2018.
3
+
**NOTE:** The IBM Watson™ Tradeoff Analytics service is being deprecated. As of May 11, 2017, it will no longer be possible to create a new instance of the service on IBM Cloud. Existing service instances will continue to be supported until April 11, 2018.
4
4
5
5
The [Tradeoff Analytics][tradeoff_analytics] service helps people make better decisions when faced with multiple, sometimes conflicting, goals and alternatives.
0 commit comments