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.4.0. (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Sep 14, 2020
1 parent 06b52e4 commit 387cca1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## Unreleased

## `0.4.0` - 2020-09-14

### Added

- Added `com.unity.quicksearch` package for easy search. [#292](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/292)
- Includes adding modules for `UIElements` and `AssetBundles`.

### Changed

- Upgraded to GDK for Unity version `0.4.0`
- Migrated launch configurations to latest game templates. [#290](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/290)
- Enabled Burst by default. [#294](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/294)

Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 03f85efd31a120e2157375f17a4b52c84c5a043c
develop 66cbca07e31b76710ed4e41459371c40ea2103de
24 changes: 12 additions & 12 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"com.unity.postprocessing": "2.3.0",
"com.unity.quicksearch": "2.0.0",
"com.unity.ugui": "1.0.0",
"io.improbable.gdk.buildsystem": "0.3.10",
"io.improbable.gdk.core": "0.3.10",
"io.improbable.gdk.debug": "0.3.10",
"io.improbable.gdk.deploymentlauncher": "0.3.10",
"io.improbable.gdk.gameobjectcreation": "0.3.10",
"io.improbable.gdk.mobile": "0.3.10",
"io.improbable.gdk.playerlifecycle": "0.3.10",
"io.improbable.gdk.querybasedinteresthelper": "0.3.10",
"io.improbable.gdk.testutils": "0.3.10",
"io.improbable.gdk.tools": "0.3.10",
"io.improbable.gdk.transformsynchronization": "0.3.10",
"io.improbable.gdk.buildsystem": "0.4.0",
"io.improbable.gdk.core": "0.4.0",
"io.improbable.gdk.debug": "0.4.0",
"io.improbable.gdk.deploymentlauncher": "0.4.0",
"io.improbable.gdk.gameobjectcreation": "0.4.0",
"io.improbable.gdk.mobile": "0.4.0",
"io.improbable.gdk.playerlifecycle": "0.4.0",
"io.improbable.gdk.querybasedinteresthelper": "0.4.0",
"io.improbable.gdk.testutils": "0.4.0",
"io.improbable.gdk.tools": "0.4.0",
"io.improbable.gdk.transformsynchronization": "0.4.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down Expand Up @@ -43,4 +43,4 @@
]
}
]
}
}

0 comments on commit 387cca1

Please sign in to comment.