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.2.6. (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Aug 5, 2019
1 parent 5f5ce84 commit f54e6d7
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 31 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.2.6` - 2019-08-05

### Breaking Changes

- The `AdvancedEntityPipeline` no longer takes an `IEntityGameObjectCreator` instance as a parameter when it is being constructed. [#222](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/222)
Expand All @@ -13,6 +15,7 @@
- Added the `io.improbable.gdk.debug` package as a dependency. [#222](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/222)

### Changed
- Upgraded to GDK for Unity version `0.2.6`

- The `AdvancedEntityPipeline` now uses the `OwningWorker` component from the PlayerLifecycle feature module [#222](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/222)
- Removed the `DISABLE_REACTIVE_COMPONENTS` scripting define as it is no longer used. [#222](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/222)
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6
e31c47b5050ee67cafe8962204aa86a259095db0
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.5",
"version": "0.2.6",
"git_packages": [
{
"clone_url": "git@github.com: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.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Manager.",
Expand Down
8 changes: 4 additions & 4 deletions workers/unity/Packages/io.improbable.gdk.guns/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.improbable.gdk.guns",
"displayName": "SpatialOS GDK Guns",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Guns Module.",
"dependencies": {
"io.improbable.gdk.core": "0.2.5",
"io.improbable.gdk.standardtypes": "0.2.5",
"io.improbable.gdk.objectpooling": "0.2.5"
"io.improbable.gdk.core": "0.2.6",
"io.improbable.gdk.standardtypes": "0.2.6",
"io.improbable.gdk.objectpooling": "0.2.6"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/io.improbable.gdk.health/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.health",
"displayName": "SpatialOS GDK Health",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Health Module.",
"dependencies": {
"io.improbable.gdk.core": "0.2.5"
"io.improbable.gdk.core": "0.2.6"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.movement",
"displayName": "SpatialOS GDK Movement",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Movement Module.",
"dependencies": {
"io.improbable.gdk.core": "0.2.5",
"io.improbable.gdk.standardtypes": "0.2.5"
"io.improbable.gdk.core": "0.2.6",
"io.improbable.gdk.standardtypes": "0.2.6"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.objectpooling",
"displayName": "SpatialOS GDK Object Pooling",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Object Pooling Module.",
Expand Down
10 changes: 5 additions & 5 deletions workers/unity/Packages/io.improbable.gdk.ragdolls/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.improbable.gdk.ragdolls",
"displayName": "SpatialOS GDK Ragdolls",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Ragdolls Module.",
"dependencies": {
"io.improbable.gdk.core": "0.2.5",
"io.improbable.gdk.health": "0.2.5",
"io.improbable.gdk.objectpooling": "0.2.5",
"io.improbable.gdk.standardtypes": "0.2.5"
"io.improbable.gdk.core": "0.2.6",
"io.improbable.gdk.health": "0.2.6",
"io.improbable.gdk.objectpooling": "0.2.6",
"io.improbable.gdk.standardtypes": "0.2.6"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.standardtypes",
"displayName": "SpatialOS GDK Standard Types",
"version": "0.2.5",
"version": "0.2.6",
"unity": "2019.1",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Standard Types Module.",
"dependencies": {
"io.improbable.gdk.core": "0.2.5"
"io.improbable.gdk.core": "0.2.6"
}
}
22 changes: 11 additions & 11 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"io.improbable.gdk.buildsystem": "0.2.5",
"io.improbable.gdk.core": "0.2.5",
"io.improbable.gdk.debug": "0.2.5",
"io.improbable.gdk.deploymentlauncher": "0.2.5",
"io.improbable.gdk.buildsystem": "0.2.6",
"io.improbable.gdk.core": "0.2.6",
"io.improbable.gdk.debug": "0.2.6",
"io.improbable.gdk.deploymentlauncher": "0.2.6",
"io.improbable.gdk.deploymentmanager": "file:io.improbable.gdk.deploymentmanager",
"io.improbable.gdk.gameobjectcreation": "0.2.5",
"io.improbable.gdk.gameobjectcreation": "0.2.6",
"io.improbable.gdk.guns": "file:io.improbable.gdk.guns",
"io.improbable.gdk.health": "file:io.improbable.gdk.health",
"io.improbable.gdk.mobile": "0.2.5",
"io.improbable.gdk.mobile": "0.2.6",
"io.improbable.gdk.movement": "file:io.improbable.gdk.movement",
"io.improbable.gdk.objectpooling": "file:io.improbable.gdk.objectpooling",
"io.improbable.gdk.playerlifecycle": "0.2.5",
"io.improbable.gdk.querybasedinteresthelper": "0.2.5",
"io.improbable.gdk.playerlifecycle": "0.2.6",
"io.improbable.gdk.querybasedinteresthelper": "0.2.6",
"io.improbable.gdk.ragdolls": "file:io.improbable.gdk.ragdolls",
"io.improbable.gdk.standardtypes": "file:io.improbable.gdk.standardtypes",
"io.improbable.gdk.testutils": "0.2.5",
"io.improbable.gdk.tools": "0.2.5",
"io.improbable.gdk.transformsynchronization": "0.2.5",
"io.improbable.gdk.testutils": "0.2.6",
"io.improbable.gdk.tools": "0.2.6",
"io.improbable.gdk.transformsynchronization": "0.2.6",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.postprocessing": "2.1.4",
"com.unity.modules.ai": "1.0.0",
Expand Down

0 comments on commit f54e6d7

Please sign in to comment.