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

Commit 7a9fcf2

Browse files
Release candidate for version 0.3.0. (#240)
1 parent 7a58843 commit 7a9fcf2

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.3.0` - 2019-11-11
6+
57
### Breaking Changes
68

79
- Restructured the project's layout. [#239](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/239)
@@ -11,6 +13,7 @@
1113

1214
### Changed
1315

16+
- Upgraded to GDK for Unity version `0.3.0`
1417
- Changed the default client and simulated player network connection types to Modular UDP with compression enabled. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238)
1518
- Changed the default `UnityGameLogic` and `SimulatedPlayerCoordinator` network connection types to TCP. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238)
1619

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 1bc9acc488d9e4162bf35f19fb13998c5d9db6c2
1+
develop 180a1fc239c6a05aecf7357b78282794145e0ccd

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-fps-starter-project",
3-
"version": "0.2.10",
3+
"version": "0.3.0",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",

workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.gdk.deploymentmanager",
33
"displayName": "SpatialOS GDK Deployment Manager",
4-
"version": "0.2.10",
4+
"version": "0.3.0",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Manager.",

workers/unity/Packages/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"com.unity.package-manager-ui": "2.2.0",
55
"com.unity.postprocessing": "2.1.4",
66
"com.unity.ugui": "1.0.0",
7-
"io.improbable.gdk.buildsystem": "0.2.10",
8-
"io.improbable.gdk.core": "0.2.10",
9-
"io.improbable.gdk.debug": "0.2.10",
10-
"io.improbable.gdk.deploymentlauncher": "0.2.10",
7+
"io.improbable.gdk.buildsystem": "0.3.0",
8+
"io.improbable.gdk.core": "0.3.0",
9+
"io.improbable.gdk.debug": "0.3.0",
10+
"io.improbable.gdk.deploymentlauncher": "0.3.0",
1111
"io.improbable.gdk.deploymentmanager": "file:io.improbable.gdk.deploymentmanager",
12-
"io.improbable.gdk.gameobjectcreation": "0.2.10",
13-
"io.improbable.gdk.mobile": "0.2.10",
14-
"io.improbable.gdk.playerlifecycle": "0.2.10",
15-
"io.improbable.gdk.querybasedinteresthelper": "0.2.10",
16-
"io.improbable.gdk.testutils": "0.2.10",
17-
"io.improbable.gdk.tools": "0.2.10",
18-
"io.improbable.gdk.transformsynchronization": "0.2.10",
12+
"io.improbable.gdk.gameobjectcreation": "0.3.0",
13+
"io.improbable.gdk.mobile": "0.3.0",
14+
"io.improbable.gdk.playerlifecycle": "0.3.0",
15+
"io.improbable.gdk.querybasedinteresthelper": "0.3.0",
16+
"io.improbable.gdk.testutils": "0.3.0",
17+
"io.improbable.gdk.tools": "0.3.0",
18+
"io.improbable.gdk.transformsynchronization": "0.3.0",
1919
"com.unity.modules.ai": "1.0.0",
2020
"com.unity.modules.animation": "1.0.0",
2121
"com.unity.modules.audio": "1.0.0",
@@ -41,4 +41,4 @@
4141
]
4242
}
4343
]
44-
}
44+
}

0 commit comments

Comments
 (0)