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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,12 @@ Use this SDK to build Watson-powered applications in Unity.
25
25
## Before you begin
26
26
Ensure that you have the following prerequisites:
27
27
28
-
*An IBM Cloud account. If you don't have one, [sign up][ibm_cloud_registration].
28
+
*You need an [IBM Cloud][ibm-cloud-onboarding] account.
29
29
*[Unity][get_unity]. You can use the **free** Personal edition.
30
+
31
+
## Configuring Unity
30
32
* 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.
33
+
* If using Unity 2018.2 or later you'll need to set Scripting Runtime Version in Build Settings to .NET 4.x equivalent. We need to access security options to enable TLS 1.2.
31
34
32
35
## Getting the Watson SDK and adding it to Unity
33
36
You can get the latest SDK release by clicking [here][latest_release].
@@ -370,7 +373,7 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
0 commit comments