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

Commit 4fd10c1

Browse files
Release candidate for version 0.4.0. (#125)
1 parent bcef437 commit 4fd10c1

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,12 +2,15 @@
22

33
## Unreleased
44

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

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

911
### Changed
1012

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

gdk.pinned

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

workers/unity/Packages/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"com.unity.test-framework": "1.1.16",
77
"com.unity.timeline": "1.3.5",
88
"com.unity.ugui": "1.0.0",
9-
"io.improbable.gdk.buildsystem": "0.3.10",
10-
"io.improbable.gdk.core": "0.3.10",
11-
"io.improbable.gdk.debug": "0.3.10",
12-
"io.improbable.gdk.deploymentlauncher": "0.3.10",
13-
"io.improbable.gdk.gameobjectcreation": "0.3.10",
14-
"io.improbable.gdk.mobile": "0.3.10",
15-
"io.improbable.gdk.playerlifecycle": "0.3.10",
16-
"io.improbable.gdk.querybasedinteresthelper": "0.3.10",
17-
"io.improbable.gdk.testutils": "0.3.10",
18-
"io.improbable.gdk.tools": "0.3.10",
19-
"io.improbable.gdk.transformsynchronization": "0.3.10",
9+
"io.improbable.gdk.buildsystem": "0.4.0",
10+
"io.improbable.gdk.core": "0.4.0",
11+
"io.improbable.gdk.debug": "0.4.0",
12+
"io.improbable.gdk.deploymentlauncher": "0.4.0",
13+
"io.improbable.gdk.gameobjectcreation": "0.4.0",
14+
"io.improbable.gdk.mobile": "0.4.0",
15+
"io.improbable.gdk.playerlifecycle": "0.4.0",
16+
"io.improbable.gdk.querybasedinteresthelper": "0.4.0",
17+
"io.improbable.gdk.testutils": "0.4.0",
18+
"io.improbable.gdk.tools": "0.4.0",
19+
"io.improbable.gdk.transformsynchronization": "0.4.0",
2020
"com.unity.modules.ai": "1.0.0",
2121
"com.unity.modules.animation": "1.0.0",
2222
"com.unity.modules.assetbundle": "1.0.0",
@@ -58,4 +58,4 @@
5858
]
5959
}
6060
]
61-
}
61+
}

0 commit comments

Comments
 (0)