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. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot committed Sep 14, 2020
1 parent bcef437 commit 4fd10c1
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,12 +2,15 @@

## Unreleased

## `0.4.0` - 2020-09-14

### Added

- Added `com.unity.quicksearch` package for easy search. [#121](https://github.com/spatialos/gdk-for-unity-blank-project/pull/121)

### Changed

- Upgraded to GDK for Unity version `0.4.0`
- Migrated launch configurations to latest game templates. [#120](https://github.com/spatialos/gdk-for-unity-blank-project/pull/120)
- Enable Burst by default. [#124](https://github.com/spatialos/gdk-for-unity-blank-project/pull/124)

Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 9d642b99e7444549ff2a4d3f8dc5506a601f475b
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 @@ -6,17 +6,17 @@
"com.unity.test-framework": "1.1.16",
"com.unity.timeline": "1.3.5",
"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 @@ -58,4 +58,4 @@
]
}
]
}
}

0 comments on commit 4fd10c1

Please sign in to comment.