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

Commit 66eef03

Browse files
Release candidate for version 0.3.6. (#272)
1 parent bbe216f commit 66eef03

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
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.3.6` - 2020-05-26
6+
57
### Changed
68

9+
- Upgraded to GDK for Unity version `0.3.6`
710
- `MobileClient` now uses the `ModularKcp` networking type rather than `Kcp`. [#268](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/268).
811
- 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)
912
- The `WorkerConnector` implementations have been refactored and simplified. [#271](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/271)

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 0266b65afbbd6a70ff777148b6368ec5f1d83b82
1+
develop ea4b816cad4817c7d10a391f66b87b919fd73f7a

workers/unity/Packages/manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"com.unity.ide.rider": "1.1.4",
44
"com.unity.postprocessing": "2.3.0",
55
"com.unity.ugui": "1.0.0",
6-
"io.improbable.gdk.buildsystem": "0.3.5",
7-
"io.improbable.gdk.core": "0.3.5",
8-
"io.improbable.gdk.debug": "0.3.5",
9-
"io.improbable.gdk.deploymentlauncher": "0.3.5",
10-
"io.improbable.gdk.gameobjectcreation": "0.3.5",
11-
"io.improbable.gdk.mobile": "0.3.5",
12-
"io.improbable.gdk.playerlifecycle": "0.3.5",
13-
"io.improbable.gdk.querybasedinteresthelper": "0.3.5",
14-
"io.improbable.gdk.testutils": "0.3.5",
15-
"io.improbable.gdk.tools": "0.3.5",
16-
"io.improbable.gdk.transformsynchronization": "0.3.5",
6+
"io.improbable.gdk.buildsystem": "0.3.6",
7+
"io.improbable.gdk.core": "0.3.6",
8+
"io.improbable.gdk.debug": "0.3.6",
9+
"io.improbable.gdk.deploymentlauncher": "0.3.6",
10+
"io.improbable.gdk.gameobjectcreation": "0.3.6",
11+
"io.improbable.gdk.mobile": "0.3.6",
12+
"io.improbable.gdk.playerlifecycle": "0.3.6",
13+
"io.improbable.gdk.querybasedinteresthelper": "0.3.6",
14+
"io.improbable.gdk.testutils": "0.3.6",
15+
"io.improbable.gdk.tools": "0.3.6",
16+
"io.improbable.gdk.transformsynchronization": "0.3.6",
1717
"com.unity.modules.ai": "1.0.0",
1818
"com.unity.modules.animation": "1.0.0",
1919
"com.unity.modules.audio": "1.0.0",

0 commit comments

Comments
 (0)