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.0. (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Nov 11, 2019
1 parent 7a58843 commit 7a9fcf2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.3.0` - 2019-11-11

### Breaking Changes

- Restructured the project's layout. [#239](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/239)
Expand All @@ -11,6 +13,7 @@

### Changed

- Upgraded to GDK for Unity version `0.3.0`
- Changed the default client and simulated player network connection types to Modular UDP with compression enabled. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238)
- Changed the default `UnityGameLogic` and `SimulatedPlayerCoordinator` network connection types to TCP. [#238](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/238)

Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop 1bc9acc488d9e4162bf35f19fb13998c5d9db6c2
develop 180a1fc239c6a05aecf7357b78282794145e0ccd
2 changes: 1 addition & 1 deletion packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity-fps-starter-project",
"version": "0.2.10",
"version": "0.3.0",
"git_packages": [
{
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.deploymentmanager",
"displayName": "SpatialOS GDK Deployment Manager",
"version": "0.2.10",
"version": "0.3.0",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Manager.",
Expand Down
24 changes: 12 additions & 12 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"com.unity.package-manager-ui": "2.2.0",
"com.unity.postprocessing": "2.1.4",
"com.unity.ugui": "1.0.0",
"io.improbable.gdk.buildsystem": "0.2.10",
"io.improbable.gdk.core": "0.2.10",
"io.improbable.gdk.debug": "0.2.10",
"io.improbable.gdk.deploymentlauncher": "0.2.10",
"io.improbable.gdk.buildsystem": "0.3.0",
"io.improbable.gdk.core": "0.3.0",
"io.improbable.gdk.debug": "0.3.0",
"io.improbable.gdk.deploymentlauncher": "0.3.0",
"io.improbable.gdk.deploymentmanager": "file:io.improbable.gdk.deploymentmanager",
"io.improbable.gdk.gameobjectcreation": "0.2.10",
"io.improbable.gdk.mobile": "0.2.10",
"io.improbable.gdk.playerlifecycle": "0.2.10",
"io.improbable.gdk.querybasedinteresthelper": "0.2.10",
"io.improbable.gdk.testutils": "0.2.10",
"io.improbable.gdk.tools": "0.2.10",
"io.improbable.gdk.transformsynchronization": "0.2.10",
"io.improbable.gdk.gameobjectcreation": "0.3.0",
"io.improbable.gdk.mobile": "0.3.0",
"io.improbable.gdk.playerlifecycle": "0.3.0",
"io.improbable.gdk.querybasedinteresthelper": "0.3.0",
"io.improbable.gdk.testutils": "0.3.0",
"io.improbable.gdk.tools": "0.3.0",
"io.improbable.gdk.transformsynchronization": "0.3.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand All @@ -41,4 +41,4 @@
]
}
]
}
}

0 comments on commit 7a9fcf2

Please sign in to comment.