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
+1-24Lines changed: 1 addition & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,6 @@
9
9
10
10
Use this SDK to build Watson-powered applications in Unity.
11
11
12
-
<details>
13
-
<summary>Table of Contents</summary>
14
-
15
-
*[Before you begin](#before-you-begin)
16
-
*[Getting the Watson SDK and adding it to Unity](#getting-the-watson-sdk-and-adding-it-to-unity)
17
-
*[Installing the SDK source into your Unity project](#installing-the-sdk-source-into-your-unity-project)
18
-
*[Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
19
-
*[Configuring your service credentials](#configuring-your-service-credentials)
20
-
*[Authentication](#authentication)
21
-
*[Watson Services](#watson-services)
22
-
*[Authentication Tokens](#authentication-tokens)
23
-
*[Documentation](#documentation)
24
-
*[Questions](#questions)
25
-
*[Open Source @ IBM](#open-source--ibm)
26
-
*[License](#license)
27
-
*[Contributing](#contributing)
28
-
29
-
</details>
30
-
31
12
## Announcements
32
13
### Updating endpoint URLs from watsonplatform.net
33
14
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
@@ -62,10 +43,6 @@ You can get the latest SDK release by clicking [here][latest_release_sdk]. **You
62
43
### Installing the SDK source into your Unity project
63
44
Move the **`unity-sdk`** and **`unity-sdk-core`** directories into the **`Assets`** directory of your Unity project. _Optional: rename the SDK directory from `unity-sdk` to `Watson` and the Core directory from `unity-sdk-core` to `IBMSdkCore`_.
64
45
65
-
## Discovery v2 only on CP4D
66
-
67
-
Discovery v2 is only available on Cloud Pak for Data.
68
-
69
46
## Configuring your service credentials
70
47
To create instances of Watson services and their credentials, follow the steps below.
71
48
@@ -91,7 +68,7 @@ The credentials for each service contain either a `username`, `password` and end
91
68
**WARNING:** You are responsible for securing your own credentials. Any user with your service credentials can access your service instances!
92
69
93
70
## Watson Services
94
-
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.
71
+
To get started with a Watson Service in Unity, follow the link to see the code.
0 commit comments