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

Commit f54e6d7

Browse files
Release candidate for version 0.2.6. (#223)
1 parent 5f5ce84 commit f54e6d7

File tree

11 files changed

+34
-31
lines changed

11 files changed

+34
-31
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.2.6` - 2019-08-05
6+
57
### Breaking Changes
68

79
- 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)
@@ -13,6 +15,7 @@
1315
- Added the `io.improbable.gdk.debug` package as a dependency. [#222](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/222)
1416

1517
### Changed
18+
- Upgraded to GDK for Unity version `0.2.6`
1619

1720
- 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)
1821
- 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)

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6
1+
e31c47b5050ee67cafe8962204aa86a259095db0

packer.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity-fps-starter-project",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",

workers/unity/Packages/io.improbable.gdk.deploymentmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.gdk.deploymentmanager",
33
"displayName": "SpatialOS GDK Deployment Manager",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Manager.",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "io.improbable.gdk.guns",
33
"displayName": "SpatialOS GDK Guns",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Guns Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.5",
10-
"io.improbable.gdk.standardtypes": "0.2.5",
11-
"io.improbable.gdk.objectpooling": "0.2.5"
9+
"io.improbable.gdk.core": "0.2.6",
10+
"io.improbable.gdk.standardtypes": "0.2.6",
11+
"io.improbable.gdk.objectpooling": "0.2.6"
1212
}
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.health",
33
"displayName": "SpatialOS GDK Health",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Health Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.5"
9+
"io.improbable.gdk.core": "0.2.6"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.movement",
33
"displayName": "SpatialOS GDK Movement",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Movement Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.5",
10-
"io.improbable.gdk.standardtypes": "0.2.5"
9+
"io.improbable.gdk.core": "0.2.6",
10+
"io.improbable.gdk.standardtypes": "0.2.6"
1111
}
1212
}

workers/unity/Packages/io.improbable.gdk.objectpooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.gdk.objectpooling",
33
"displayName": "SpatialOS GDK Object Pooling",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Object Pooling Module.",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "io.improbable.gdk.ragdolls",
33
"displayName": "SpatialOS GDK Ragdolls",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Ragdolls Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.5",
10-
"io.improbable.gdk.health": "0.2.5",
11-
"io.improbable.gdk.objectpooling": "0.2.5",
12-
"io.improbable.gdk.standardtypes": "0.2.5"
9+
"io.improbable.gdk.core": "0.2.6",
10+
"io.improbable.gdk.health": "0.2.6",
11+
"io.improbable.gdk.objectpooling": "0.2.6",
12+
"io.improbable.gdk.standardtypes": "0.2.6"
1313
}
1414
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.standardtypes",
33
"displayName": "SpatialOS GDK Standard Types",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Standard Types Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.5"
9+
"io.improbable.gdk.core": "0.2.6"
1010
}
1111
}

0 commit comments

Comments
 (0)