Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit b788b82

Browse files
authored
0.2.0 release pre-validation (#139)
* Completed all pre-validation steps * Update Changelog
1 parent 3ef63b1 commit b788b82

File tree

14 files changed

+30
-28
lines changed

14 files changed

+30
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.2.0` - 2019-03-19
6+
57
### Added
68

79
- Tweaked the Deployment Launcher window:
@@ -29,7 +31,7 @@
2931

3032
### Fixed
3133

32-
-Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players.
34+
- Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players.
3335

3436
## `0.1.5` - 2019-02-21
3537

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9931f4eea245f1db662cd1551d9959d4cd75c0ed
1+
bf7978a2dacfe9b95892d05d39c0b5cff348e707

packer.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity-fps-starter-project",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
@@ -24,4 +24,4 @@
2424
]
2525
}
2626
]
27-
}
27+
}

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "unity_gdk",
33
"project_version": "0.0.1",
4-
"sdk_version": "13.5.1-gdk-for-unity",
4+
"sdk_version": "13.6.2-gdk-for-unity",
55
"dependencies": [
6-
{"name": "standard_library", "version": "13.5.1-gdk-for-unity"}
6+
{"name": "standard_library", "version": "13.6.2-gdk-for-unity"}
77
]
88
}

workers/unity/Assets/Fps/Config/PostProcessing/Global Post-processing Profile.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ MonoBehaviour:
202202
m_Script: {fileID: 11500000, guid: 7a34fa72bd4185749832024e9c8010bf, type: 3}
203203
m_Name: ScreenSpaceReflections
204204
m_EditorClassIdentifier:
205-
active: 1
205+
active: 0
206206
enabled:
207207
overrideState: 1
208208
value: 1

workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Text.RegularExpressions;
2+
using Improbable.Gdk.Core;
23
using UnityEngine;
34

45
#if UNITY_IOS
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.5",
10-
"com.improbable.gdk.tools": "0.1.5"
9+
"com.improbable.gdk.core": "0.2.0",
10+
"com.improbable.gdk.tools": "0.2.0"
1111
}
1212
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.guns",
33
"displayName": "SpatialOS GDK Guns",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.5",
10-
"com.improbable.gdk.standardtypes": "0.1.5",
11-
"com.improbable.gdk.objectpooling": "0.1.5"
9+
"com.improbable.gdk.core": "0.2.0",
10+
"com.improbable.gdk.standardtypes": "0.2.0",
11+
"com.improbable.gdk.objectpooling": "0.2.0"
1212
}
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.health",
33
"displayName": "SpatialOS GDK Health",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Health Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.5"
9+
"com.improbable.gdk.core": "0.2.0"
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.movement",
33
"displayName": "SpatialOS GDK Movement",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.5",
10-
"com.improbable.gdk.standardtypes": "0.1.5"
9+
"com.improbable.gdk.core": "0.2.0",
10+
"com.improbable.gdk.standardtypes": "0.2.0"
1111
}
1212
}

0 commit comments

Comments
 (0)