Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Unreleased

## `0.2.8` - 2019-09-03

### Changed

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

## `0.2.7` - 2019-08-19
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 4dbd8790baf3a334249742e3d8c1ab724a36314c
c62f1703b591ee684fba123ba0dc6c231eca5126
2 changes: 1 addition & 1 deletion packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity-blank-project",
"version": "0.2.7",
"version": "0.2.8",
"git_packages": [
{
"clone_url": "[email protected]:spatialos/gdk-for-unity-blank-project.git",
Expand Down
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"com.unity.timeline": "1.1.0",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"io.improbable.gdk.buildsystem": "0.2.7",
"io.improbable.gdk.core": "0.2.7",
"io.improbable.gdk.debug": "0.2.7",
"io.improbable.gdk.deploymentlauncher": "0.2.7",
"io.improbable.gdk.gameobjectcreation": "0.2.7",
"io.improbable.gdk.mobile": "0.2.7",
"io.improbable.gdk.playerlifecycle": "0.2.7",
"io.improbable.gdk.testutils": "0.2.7",
"io.improbable.gdk.tools": "0.2.7",
"io.improbable.gdk.transformsynchronization": "0.2.7",
"io.improbable.gdk.buildsystem": "0.2.8",
"io.improbable.gdk.core": "0.2.8",
"io.improbable.gdk.debug": "0.2.8",
"io.improbable.gdk.deploymentlauncher": "0.2.8",
"io.improbable.gdk.gameobjectcreation": "0.2.8",
"io.improbable.gdk.mobile": "0.2.8",
"io.improbable.gdk.playerlifecycle": "0.2.8",
"io.improbable.gdk.testutils": "0.2.8",
"io.improbable.gdk.tools": "0.2.8",
"io.improbable.gdk.transformsynchronization": "0.2.8",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
]
}
]
}
}