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
{{ message }}
This repository was archived by the owner on Oct 11, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: docs/migration.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ Follow the steps below for every SpatialOS Unity project you want to upgrade and
21
21
1. From the cloned repository, move the `Assets` and `Improbable` directories into your project’s Unity worker directory (this is usually `<root>/workers/unity`).
22
22
If you are asked whether to merge or replace the `Assets` folder, select merge, otherwise you will delete the assets that your game depends upon.
23
23
1. Still in the Unity worker directory, edit the `spatialos.UnityClient.worker.json` file to remove `"generated_build_scripts_type":"unity"` completely
24
-
and to replace `"spatialos.unity.client.build.json"` with `"Improbable/build_script/spatialos.unity.client.build.json".`
24
+
and to replace `"spatialos.unity.client.build.json"` with `"Improbable/build_script/spatialos.unity.client.build.json".` Be sure to remove the comma after `.json"`.
25
25
1. Edit the `spatialos.UnityWorker.worker.json` file to remove `"generated_build_scripts_type":"unity"` completely
26
-
and to replace `"spatialos.unity.worker.build.json"` with `"Improbable/build_script/spatialos.unity.worker.build.json".`
26
+
and to replace `"spatialos.unity.worker.build.json"` with `"Improbable/build_script/spatialos.unity.worker.build.json".` Be sure to remove the comma after `.json"`.
27
27
1. Delete the `spatialos_worker_packages.json` file.
28
28
1. In the root of your project, edit the `spatialos.json` file in two places so that `"version"` is `“13.0.0”`.
29
29
1. Run `spatial clean` (again).
@@ -70,7 +70,9 @@ For example:
70
70
`~/mySpatialOSgame/workers/unity`
71
71
72
72
2. In the same directory, edit the `spatialos.UnityClient.worker.json` file to remove `"generated_build_scripts_type":"unity"` completely
73
-
and to replace `"spatialos.unity.client.build.json"` with `"Improbable/build_script/spatialos.unity.client.build.json".`
73
+
and to replace `"spatialos.unity.client.build.json"` with `"Improbable/build_script/spatialos.unity.client.build.json".` Make sure you remove the comma after `.json"`.
74
+
75
+
74
76
This part of the file should now look like this:
75
77
```
76
78
"build": {
@@ -79,12 +81,14 @@ This part of the file should now look like this:
79
81
```
80
82
81
83
3. In the same directory, edit the `spatialos.UnityWorker.worker.json` file to remove `"generated_build_scripts_type":"unity"` completely
82
-
and to replace `"spatialos.unity.worker.build.json"` with `"Improbable/build_script/spatialos.unity.worker.build.json".`
84
+
and to replace `"spatialos.unity.worker.build.json"` with `"Improbable/build_script/spatialos.unity.worker.build.json".` Make sure you remove the comma after `.json"`.
0 commit comments