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.4. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Mar 25, 2020
1 parent 1be119e commit adb8377
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
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.4` - 2020-03-25

### Changed

- Upgraded to GDK for Unity version `0.3.4`
### Breaking Changes

- The blank 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). [#89](https://github.com/spatialos/gdk-for-unity-blank-project/pull/89)
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 34603f47b065d21f73e14beb9f44dce843dbc2ca
develop 4b725e86bf5c9bc73e799a7a4d211e36fc5b7ec6
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"com.unity.timeline": "1.1.0",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"io.improbable.gdk.buildsystem": "0.3.3",
"io.improbable.gdk.core": "0.3.3",
"io.improbable.gdk.debug": "0.3.3",
"io.improbable.gdk.deploymentlauncher": "0.3.3",
"io.improbable.gdk.gameobjectcreation": "0.3.3",
"io.improbable.gdk.querybasedinteresthelper": "0.3.3",
"io.improbable.gdk.mobile": "0.3.3",
"io.improbable.gdk.playerlifecycle": "0.3.3",
"io.improbable.gdk.testutils": "0.3.3",
"io.improbable.gdk.tools": "0.3.3",
"io.improbable.gdk.transformsynchronization": "0.3.3",
"io.improbable.gdk.buildsystem": "0.3.4",
"io.improbable.gdk.core": "0.3.4",
"io.improbable.gdk.debug": "0.3.4",
"io.improbable.gdk.deploymentlauncher": "0.3.4",
"io.improbable.gdk.gameobjectcreation": "0.3.4",
"io.improbable.gdk.querybasedinteresthelper": "0.3.4",
"io.improbable.gdk.mobile": "0.3.4",
"io.improbable.gdk.playerlifecycle": "0.3.4",
"io.improbable.gdk.testutils": "0.3.4",
"io.improbable.gdk.tools": "0.3.4",
"io.improbable.gdk.transformsynchronization": "0.3.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down

0 comments on commit adb8377

Please sign in to comment.