Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 143f8fd

Browse files
authored
Merge pull request #5 from spatialos/13.0.0
Upgraded to SpatialOS 13.0.0
2 parents f35e0c5 + c3cb4d7 commit 143f8fd

File tree

620 files changed

+27208
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

620 files changed

+27208
-12
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ build/
55
logs/
66
workers/unity/external-default-unityclient.log
77
/.improbable
8+
workers/unity/Assets/Plugins/Improbable/Editor/Generated/
9+
workers/unity/Assets/Plugins/Improbable/Editor/Generated.meta
10+
workers/unity/Assets/Plugins/Improbable/Generated/
11+
workers/unity/Assets/Plugins/Improbable/Generated.meta
12+
workers/unity/Assets/Plugins/Improbable/EntityPrefabs/
13+
workers/unity/Assets/Plugins/Improbable/EntityPrefabs.meta
14+
workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Generated.Code.*

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**Note: This project runs on SpatialOS version 12.2.1 and not the latest version which is 13.0.0.**
2-
31
# Wizards! (SpatialOS)
42

53
![Wizards Logo](wizards-logo.jpg)

snapshots/default.snapshot

-487 Bytes
Binary file not shown.

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "1.0.0",
4-
"sdk_version": "12.2.1",
4+
"sdk_version": "13.0.0",
55
"dependencies": [
6-
{"name": "standard_library", "version": "12.2.1"}
6+
{"name": "standard_library", "version": "13.0.0"}
77
]
88
}

workers/unity/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#Improbable Unity Ignores
2-
build.json
32
.invoke.log
43
zip_toolbelt.log
5-
Improbable.meta
64
Assets/Improbable
7-
Assets/Plugins/Improbable
85
Assets/Plugins/x86/Improbable
96
Assets/Plugins/x86.meta
107
Assets/Plugins/x86_64/Improbable
@@ -14,7 +11,6 @@ Assets/Gamelogic/Generated.meta
1411
Assembly-CSharp-Editor.csproj
1512
Assembly-CSharp-firstpass.csproj
1613
Assembly-CSharp.csproj
17-
spatialos.*.build.json
1814
*.log
1915

2016
# Standard Unity Ignores

workers/unity/Assets/EntityPrefabs/Barracks.prefab.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/EntityPrefabs/EffectVisualsPool.prefab.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/EntityPrefabs/HQ.prefab.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/EntityPrefabs/NPCLumberjack.prefab.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/EntityPrefabs/NPCWizard.prefab.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)