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

Commit 9b18d05

Browse files
Release candidate for version 0.3.4. (#256)
1 parent e0eef01 commit 9b18d05

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## `0.3.4` - 2020-03-16
6+
7+
### Changed
8+
9+
- Upgraded to GDK for Unity version `0.3.4`
510
## Breaking Changes
611

712
- The FPS starter project now uses [query-based interest](https://docs.improbable.io/reference/14.4/shared/authority-and-interest/interest/query-based-interest-qbi) instead of [chunk-based interest](https://docs.improbable.io/reference/14.4/shared/authority-and-interest/interest/chunk-based-interest-cbi). [#253](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/253)

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 34603f47b065d21f73e14beb9f44dce843dbc2ca
1+
develop 96405d6404cd94bf1681c24512058dfc9a25e4d6

workers/unity/Packages/manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"com.unity.package-manager-ui": "2.2.0",
55
"com.unity.postprocessing": "2.1.4",
66
"com.unity.ugui": "1.0.0",
7-
"io.improbable.gdk.buildsystem": "0.3.3",
8-
"io.improbable.gdk.core": "0.3.3",
9-
"io.improbable.gdk.debug": "0.3.3",
10-
"io.improbable.gdk.deploymentlauncher": "0.3.3",
11-
"io.improbable.gdk.gameobjectcreation": "0.3.3",
12-
"io.improbable.gdk.mobile": "0.3.3",
13-
"io.improbable.gdk.playerlifecycle": "0.3.3",
14-
"io.improbable.gdk.querybasedinteresthelper": "0.3.3",
15-
"io.improbable.gdk.testutils": "0.3.3",
16-
"io.improbable.gdk.tools": "0.3.3",
17-
"io.improbable.gdk.transformsynchronization": "0.3.3",
7+
"io.improbable.gdk.buildsystem": "0.3.4",
8+
"io.improbable.gdk.core": "0.3.4",
9+
"io.improbable.gdk.debug": "0.3.4",
10+
"io.improbable.gdk.deploymentlauncher": "0.3.4",
11+
"io.improbable.gdk.gameobjectcreation": "0.3.4",
12+
"io.improbable.gdk.mobile": "0.3.4",
13+
"io.improbable.gdk.playerlifecycle": "0.3.4",
14+
"io.improbable.gdk.querybasedinteresthelper": "0.3.4",
15+
"io.improbable.gdk.testutils": "0.3.4",
16+
"io.improbable.gdk.tools": "0.3.4",
17+
"io.improbable.gdk.transformsynchronization": "0.3.4",
1818
"com.unity.modules.ai": "1.0.0",
1919
"com.unity.modules.animation": "1.0.0",
2020
"com.unity.modules.audio": "1.0.0",

0 commit comments

Comments
 (0)