Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 7f10936

Browse files
authored
0.1.5 release pre-validation (#761)
* Completed all pre-validation steps as per https://github.com/spatialos/gdk-for-unity/wiki/Release-Process * Check the correct boxes in BuildConfiguration.asset (#765) * Changes enacted to gdk-for-unity\workers\unity\Assets\Playground\Config\BuildConfiguration.asset to tick the correct checkboxes * more config tweaks
1 parent 77999d4 commit 7f10936

File tree

11 files changed

+25
-22
lines changed

11 files changed

+25
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.1.5` - 2019-02-18
6+
57
### Changed
68

79
- Changed `RedirectedProcess` to have Builder-like API.

packer.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",

workers/unity/Assets/Playground/Config/BuildConfiguration.asset

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
MonoBehaviour:
55
m_ObjectHideFlags: 0
66
m_CorrespondingSourceObject: {fileID: 0}
7-
m_PrefabInternal: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
89
m_GameObject: {fileID: 0}
910
m_Enabled: 1
1011
m_EditorHideFlags: 0
@@ -26,7 +27,7 @@ MonoBehaviour:
2627
- {fileID: 102900000, guid: f5fda56aad5d91d408ff123b26ab6ade, type: 3}
2728
LocalBuildConfig:
2829
BuildPlatforms: 1
29-
BuildOptions: 0
30+
BuildOptions: 1
3031
CloudBuildConfig:
3132
BuildPlatforms: 8
3233
BuildOptions: 16384
@@ -37,7 +38,7 @@ MonoBehaviour:
3738
BuildPlatforms: 32
3839
BuildOptions: 1
3940
CloudBuildConfig:
40-
BuildPlatforms: 0
41+
BuildPlatforms: 32
4142
BuildOptions: 0
4243
- WorkerType: iOSClient
4344
ScenesForWorker:
@@ -46,6 +47,6 @@ MonoBehaviour:
4647
BuildPlatforms: 64
4748
BuildOptions: 1
4849
CloudBuildConfig:
49-
BuildPlatforms: 0
50-
BuildOptions: 16384
50+
BuildPlatforms: 64
51+
BuildOptions: 0
5152
isInitialised: 1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.tools": "0.1.4",
9+
"com.improbable.gdk.tools": "0.1.5",
1010
"com.unity.entities": "0.0.12-preview.21"
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.4"
9+
"com.improbable.gdk.core":"0.1.5"
1010
}
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.4"
9+
"com.improbable.gdk.core":"0.1.5"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core":"0.1.4",
10-
"com.improbable.gdk.tools":"0.1.4"
9+
"com.improbable.gdk.core":"0.1.5",
10+
"com.improbable.gdk.tools":"0.1.5"
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5"
1010
}
1111
}

workers/unity/Packages/com.improbable.gdk.tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.improbable.gdk.tools",
33
"displayName": "SpatialOS GDK Tools",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Support Tools. Made by Improbable.",

0 commit comments

Comments
 (0)