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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## `0.3.7` - 2020-06-22

### Changed

- Upgraded to GDK for Unity version `0.3.7`
### Removed

- Removed the `com.unity.xr.legacyinputhelpers` package from the `manifest.json`. [#107](https://github.com/spatialos/gdk-for-unity-blank-project/pull/107)
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop ea4b816cad4817c7d10a391f66b87b919fd73f7a
develop 46be8d892f3d1a1ddd62d202200c0c227a02ca4a
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"com.unity.test-framework": "1.1.11",
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
"io.improbable.gdk.buildsystem": "0.3.6",
"io.improbable.gdk.core": "0.3.6",
"io.improbable.gdk.debug": "0.3.6",
"io.improbable.gdk.deploymentlauncher": "0.3.6",
"io.improbable.gdk.gameobjectcreation": "0.3.6",
"io.improbable.gdk.mobile": "0.3.6",
"io.improbable.gdk.playerlifecycle": "0.3.6",
"io.improbable.gdk.querybasedinteresthelper": "0.3.6",
"io.improbable.gdk.testutils": "0.3.6",
"io.improbable.gdk.tools": "0.3.6",
"io.improbable.gdk.transformsynchronization": "0.3.6",
"io.improbable.gdk.buildsystem": "0.3.7",
"io.improbable.gdk.core": "0.3.7",
"io.improbable.gdk.debug": "0.3.7",
"io.improbable.gdk.deploymentlauncher": "0.3.7",
"io.improbable.gdk.gameobjectcreation": "0.3.7",
"io.improbable.gdk.mobile": "0.3.7",
"io.improbable.gdk.playerlifecycle": "0.3.7",
"io.improbable.gdk.querybasedinteresthelper": "0.3.7",
"io.improbable.gdk.testutils": "0.3.7",
"io.improbable.gdk.tools": "0.3.7",
"io.improbable.gdk.transformsynchronization": "0.3.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down