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

Commit a5563fa

Browse files
Release candidate for version 0.2.8. (#72)
1 parent 3477c85 commit a5563fa

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,8 +2,11 @@
22

33
## Unreleased
44

5+
## `0.2.8` - 2019-09-03
6+
57
### Changed
68

9+
- Upgraded to GDK for Unity version `0.2.8`
710
- Upgraded the project to be compatible with `2019.2.0f1`.
811

912
## `0.2.7` - 2019-08-19

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 4dbd8790baf3a334249742e3d8c1ab724a36314c
1+
c62f1703b591ee684fba123ba0dc6c231eca5126

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

workers/unity/Packages/manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"com.unity.timeline": "1.1.0",
1111
"com.unity.ugui": "1.0.0",
1212
"com.unity.xr.legacyinputhelpers": "2.0.2",
13-
"io.improbable.gdk.buildsystem": "0.2.7",
14-
"io.improbable.gdk.core": "0.2.7",
15-
"io.improbable.gdk.debug": "0.2.7",
16-
"io.improbable.gdk.deploymentlauncher": "0.2.7",
17-
"io.improbable.gdk.gameobjectcreation": "0.2.7",
18-
"io.improbable.gdk.mobile": "0.2.7",
19-
"io.improbable.gdk.playerlifecycle": "0.2.7",
20-
"io.improbable.gdk.testutils": "0.2.7",
21-
"io.improbable.gdk.tools": "0.2.7",
22-
"io.improbable.gdk.transformsynchronization": "0.2.7",
13+
"io.improbable.gdk.buildsystem": "0.2.8",
14+
"io.improbable.gdk.core": "0.2.8",
15+
"io.improbable.gdk.debug": "0.2.8",
16+
"io.improbable.gdk.deploymentlauncher": "0.2.8",
17+
"io.improbable.gdk.gameobjectcreation": "0.2.8",
18+
"io.improbable.gdk.mobile": "0.2.8",
19+
"io.improbable.gdk.playerlifecycle": "0.2.8",
20+
"io.improbable.gdk.testutils": "0.2.8",
21+
"io.improbable.gdk.tools": "0.2.8",
22+
"io.improbable.gdk.transformsynchronization": "0.2.8",
2323
"com.unity.modules.ai": "1.0.0",
2424
"com.unity.modules.animation": "1.0.0",
2525
"com.unity.modules.assetbundle": "1.0.0",
@@ -61,4 +61,4 @@
6161
]
6262
}
6363
]
64-
}
64+
}

0 commit comments

Comments
 (0)