From 15cd46249925b46b914fe9c071874eb13f7b1d79 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Wed, 27 Jun 2018 16:37:33 -0500 Subject: [PATCH 1/2] update readme with tracking link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9870e4a84..a2dbef18d 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Use this SDK to build Watson-powered applications in Unity. ## Before you begin Ensure that you have the following prerequisites: -* An IBM Cloud account. If you don't have one, [sign up][ibm_cloud_registration]. +* You need an [IBM Cloud][ibm-cloud-onboarding] account. * [Unity][get_unity]. You can use the **free** Personal edition. * 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. @@ -321,6 +321,6 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md). [wdc]: https://www.ibm.com/watson/developer/ [wdc_unity_sdk]: https://github.com/watson-developer-cloud/unity-sdk [latest_release]: https://github.com/watson-developer-cloud/unity-sdk/releases/latest -[ibm_cloud_registration]: http://console.bluemix.net/registration?cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Unity [get_unity]: https://unity3d.com/get-unity [documentation]: https://watson-developer-cloud.github.io/unity-sdk/ +[ibm-cloud-onboarding]: http://console.bluemix.net/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Unity From 36a6e0efcb6a8a677a94b37d370f8f9f451d81a3 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Thu, 28 Jun 2018 11:25:46 -0500 Subject: [PATCH 2/2] move configuring Unity into a separate section. Added configuration step for 2018.2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d63409d4..26d5c3b67 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ Ensure that you have the following prerequisites: * You need an [IBM Cloud][ibm-cloud-onboarding] account. * [Unity][get_unity]. You can use the **free** Personal edition. + +## Configuring Unity * 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. +* 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. ## Getting the Watson SDK and adding it to Unity You can get the latest SDK release by clicking [here][latest_release].