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

Commit

Permalink
Release candidate for version 0.3.6. (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored May 26, 2020
1 parent bbe216f commit 66eef03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
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.3.6` - 2020-05-26

### Changed

- Upgraded to GDK for Unity version `0.3.6`
- `MobileClient` now uses the `ModularKcp` networking type rather than `Kcp`. [#268](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/268).
- The `MapBuilder` is now using a `Task` based API instead of a coroutine based one. [#271](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/271)
- The `WorkerConnector` implementations have been refactored and simplified. [#271](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/271)
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 0266b65afbbd6a70ff777148b6368ec5f1d83b82
develop ea4b816cad4817c7d10a391f66b87b919fd73f7a
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"com.unity.ide.rider": "1.1.4",
"com.unity.postprocessing": "2.3.0",
"com.unity.ugui": "1.0.0",
"io.improbable.gdk.buildsystem": "0.3.5",
"io.improbable.gdk.core": "0.3.5",
"io.improbable.gdk.debug": "0.3.5",
"io.improbable.gdk.deploymentlauncher": "0.3.5",
"io.improbable.gdk.gameobjectcreation": "0.3.5",
"io.improbable.gdk.mobile": "0.3.5",
"io.improbable.gdk.playerlifecycle": "0.3.5",
"io.improbable.gdk.querybasedinteresthelper": "0.3.5",
"io.improbable.gdk.testutils": "0.3.5",
"io.improbable.gdk.tools": "0.3.5",
"io.improbable.gdk.transformsynchronization": "0.3.5",
"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",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down

0 comments on commit 66eef03

Please sign in to comment.