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

Commit 387cca1

Browse files
Release candidate for version 0.4.0. (#295)
1 parent 06b52e4 commit 387cca1

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## Unreleased
44

5+
## `0.4.0` - 2020-09-14
6+
57
### Added
68

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

1012
### Changed
1113

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

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
develop 03f85efd31a120e2157375f17a4b52c84c5a043c
1+
develop 66cbca07e31b76710ed4e41459371c40ea2103de

workers/unity/Packages/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"com.unity.postprocessing": "2.3.0",
66
"com.unity.quicksearch": "2.0.0",
77
"com.unity.ugui": "1.0.0",
8-
"io.improbable.gdk.buildsystem": "0.3.10",
9-
"io.improbable.gdk.core": "0.3.10",
10-
"io.improbable.gdk.debug": "0.3.10",
11-
"io.improbable.gdk.deploymentlauncher": "0.3.10",
12-
"io.improbable.gdk.gameobjectcreation": "0.3.10",
13-
"io.improbable.gdk.mobile": "0.3.10",
14-
"io.improbable.gdk.playerlifecycle": "0.3.10",
15-
"io.improbable.gdk.querybasedinteresthelper": "0.3.10",
16-
"io.improbable.gdk.testutils": "0.3.10",
17-
"io.improbable.gdk.tools": "0.3.10",
18-
"io.improbable.gdk.transformsynchronization": "0.3.10",
8+
"io.improbable.gdk.buildsystem": "0.4.0",
9+
"io.improbable.gdk.core": "0.4.0",
10+
"io.improbable.gdk.debug": "0.4.0",
11+
"io.improbable.gdk.deploymentlauncher": "0.4.0",
12+
"io.improbable.gdk.gameobjectcreation": "0.4.0",
13+
"io.improbable.gdk.mobile": "0.4.0",
14+
"io.improbable.gdk.playerlifecycle": "0.4.0",
15+
"io.improbable.gdk.querybasedinteresthelper": "0.4.0",
16+
"io.improbable.gdk.testutils": "0.4.0",
17+
"io.improbable.gdk.tools": "0.4.0",
18+
"io.improbable.gdk.transformsynchronization": "0.4.0",
1919
"com.unity.modules.ai": "1.0.0",
2020
"com.unity.modules.animation": "1.0.0",
2121
"com.unity.modules.assetbundle": "1.0.0",
@@ -43,4 +43,4 @@
4343
]
4444
}
4545
]
46-
}
46+
}

0 commit comments

Comments
 (0)