Skip to content

Commit 0bbaf4f

Browse files
committed
docs: Updated README.md to reflect the core is not a submodule
1 parent 0aaa92c commit 0bbaf4f

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

Core.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,10 @@ Ensure that you have the following prerequisites:
3535
* If using Unity 2018.2 or later you'll need to set **Scripting Runtime Version** and **Api Compatibility Level** in Build Settings to **.NET 4.x equivalent**. We need to access security options to enable TLS 1.2.
3636

3737
## Getting the Watson SDK and adding it to Unity
38-
You can get the latest SDK release by clicking [here][latest_release].
38+
You can get the latest SDK release by clicking [here][latest_release_sdk]. You will also need to download the latest release of the IBM Unity SDK Core by clicking [here][latest_release_core]
3939

4040
### Installing the SDK source into your Unity project
41-
Move the **`unity-sdk`** directory into the **`Assets`** directory of your Unity project. _Optional: rename the SDK directory from `unity-sdk` to `Watson`_.
42-
43-
The SDK depends on the [IBM Unity SDK Core](https://github.com/IBM/unity-sdk-core/) which is added to the SDK as a submodule. Use git to initalize and update the submodule.
44-
45-
```bash
46-
$ cd [watson-unity-sdk-directory]
47-
$ git submodule init
48-
$ git submodule update
49-
```
41+
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`_.
5042

5143
## Configuring your service credentials
5244
To create instances of Watson services and their credentials, follow the steps below.
@@ -326,7 +318,8 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
326318

327319
[wdc]: https://www.ibm.com/watson/developer/
328320
[wdc_unity_sdk]: https://github.com/watson-developer-cloud/unity-sdk
329-
[latest_release]: https://github.com/watson-developer-cloud/unity-sdk/releases/latest
321+
[latest_release_sdk]: https://github.com/watson-developer-cloud/unity-sdk/releases/latest
322+
[latest_release_core: https://github.com/IBM/unity-sdk-core/releases/latest
330323
[get_unity]: https://unity3d.com/get-unity
331324
[documentation]: https://watson-developer-cloud.github.io/unity-sdk/
332325
[ibm-cloud-onboarding]: http://console.bluemix.net/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Unity

0 commit comments

Comments
 (0)