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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Use this SDK to build Watson-powered applications in Unity.
12
12
*[Before you begin](#before-you-begin)
13
13
*[Getting the Watson SDK and adding it to Unity](#getting-the-watson-sdk-and-adding-it-to-unity)
14
14
*[Installing the SDK source into your Unity project](#installing-the-sdk-source-into-your-unity-project)
15
+
*[Discovery v2 only on CP4D](#discovery-v2-only-on-cp4d)
15
16
*[Configuring your service credentials](#configuring-your-service-credentials)
16
17
*[Authentication](#authentication)
17
18
*[Watson Services](#watson-services)
@@ -43,6 +44,9 @@ You can get the latest SDK release by clicking [here][latest_release_sdk]. **You
43
44
### Installing the SDK source into your Unity project
44
45
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`_.
45
46
47
+
## Discovery v2 only on CP4D
48
+
49
+
Discovery v2 is only available on Cloud Pak for Data.
46
50
47
51
## Configuring your service credentials
48
52
To create instances of Watson services and their credentials, follow the steps below.
0 commit comments