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
The IBM Cloud Unity SDK Core is a core project of Unity SDKs generated using the IBM OpenAPI SDK generator. Generated services should use this package as a submodule of their generate Unity SDK.
7
+
The IBM Cloud Unity SDK Core is a core project of Unity SDKs generated using the IBM OpenAPI SDK generator. The core should be added to the **`Assets`** directory of your Unity project
8
8
9
9
<details>
10
10
<summary>Table of Contents</summary>
@@ -29,14 +29,9 @@ Ensure that you have the following prerequisites:
29
29
* 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.
30
30
31
31
## Getting the IBM Unity SDK Core and adding it to Unity
32
-
The IBM Unity SDK Core is mean to be used as a submodule in other generated Unity SDKs. The selected SDK release will point to a particular commit of the IBM Unity SDK Core. Clone the SDK into your Unity project's Assets directory, and initalize and update submodules.
32
+
You can get the latest SDK Core release by clicking [here][latest_release_core].
33
33
34
-
```bash
35
-
$ git clone [unity-sdk-url]
36
-
$ cd [unity-sdk-directory]
37
-
$ git submodule init
38
-
$ git submodule update
39
-
```
34
+
The IBM Unity SDK Core is a dependency of Unity SDKs generated using the IBM OpenAPI SDK generator. It should be added to the **`Assets`** directory of your Unity project. _Optional: rename the Core directory from `unity-sdk-core` to `IBMSdkCore`_.
40
35
41
36
## Questions
42
37
@@ -54,3 +49,4 @@ This library is licensed under Apache 2.0. Full license text is available in [LI
0 commit comments