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

Commit 0edec3a

Browse files
Release candidate for version 0.3.3. (#247)
1 parent 346bae6 commit 0edec3a

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.3.3` - 2020-02-14
6+
57
### Breaking Changes
68

79
- Removed session-based gameplay and related assets. [#242](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/242)
810

911
### Changed
1012

13+
- Upgraded to GDK for Unity version `0.3.3`
1114
- Updated the project app identifiers to `io.improbable.gdk.starterproject`. [#244](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/244)
1215

1316
## `0.3.2` - 2019-12-23

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 2b4d3a928bf5bc68904cc1e919a4c2f9e6a860c4
1+
develop 19800e21d0cb65bc6c6546f7b6e4263de69249b6

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

workers/unity/Packages/manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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.3.2",
8-
"io.improbable.gdk.core": "0.3.2",
9-
"io.improbable.gdk.debug": "0.3.2",
10-
"io.improbable.gdk.deploymentlauncher": "0.3.2",
11-
"io.improbable.gdk.gameobjectcreation": "0.3.2",
12-
"io.improbable.gdk.mobile": "0.3.2",
13-
"io.improbable.gdk.playerlifecycle": "0.3.2",
14-
"io.improbable.gdk.querybasedinteresthelper": "0.3.2",
15-
"io.improbable.gdk.testutils": "0.3.2",
16-
"io.improbable.gdk.tools": "0.3.2",
17-
"io.improbable.gdk.transformsynchronization": "0.3.2",
7+
"io.improbable.gdk.buildsystem": "0.3.3",
8+
"io.improbable.gdk.core": "0.3.3",
9+
"io.improbable.gdk.debug": "0.3.3",
10+
"io.improbable.gdk.deploymentlauncher": "0.3.3",
11+
"io.improbable.gdk.gameobjectcreation": "0.3.3",
12+
"io.improbable.gdk.mobile": "0.3.3",
13+
"io.improbable.gdk.playerlifecycle": "0.3.3",
14+
"io.improbable.gdk.querybasedinteresthelper": "0.3.3",
15+
"io.improbable.gdk.testutils": "0.3.3",
16+
"io.improbable.gdk.tools": "0.3.3",
17+
"io.improbable.gdk.transformsynchronization": "0.3.3",
1818
"com.unity.modules.ai": "1.0.0",
1919
"com.unity.modules.animation": "1.0.0",
2020
"com.unity.modules.audio": "1.0.0",

0 commit comments

Comments
 (0)