|
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 |
|
|
0 commit comments