Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit e91ae1c

Browse files
Release candidate for version 0.3.5. (#1351)
1 parent fa6e267 commit e91ae1c

File tree

20 files changed

+43
-41
lines changed

20 files changed

+43
-41
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.3.5` - 2020-04-23
6+
57
### Breaking Changes
68

79
- The minimum version of Unity that the GDK supports is now 2019.3. You need to upgrade your Unity project. [#1336](https://github.com/spatialos/gdk-for-unity/pull/1336)
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.dependencytest",
33
"displayName": "SpatialOS GDK Dependency Test",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Root.",
88
"dependencies": {
9-
"io.improbable.gdk.dependencytestchild": "0.3.4"
9+
"io.improbable.gdk.dependencytestchild": "0.3.5"
1010
},
1111
"type": "tests"
1212
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.dependencytestchild",
33
"displayName": "SpatialOS GDK Dependency Test Child",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Child.",
88
"dependencies": {
9-
"io.improbable.gdk.dependencytestgrandchild": "0.3.4"
9+
"io.improbable.gdk.dependencytestgrandchild": "0.3.5"
1010
},
1111
"type": "tests"
1212
}

test-project/Packages/io.improbable.gdk.dependencytestgrandchild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.gdk.dependencytestgrandchild",
33
"displayName": "SpatialOS GDK Dependency Test Grandchild",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Grandchild.",
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.worker.sdk.testschema",
33
"displayName": "SpatialOS Worker SDK Exhaustive Test Schema",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS Worker SDK Exhaustive Test Schema",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "io.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module.",
88
"dependencies": {
9-
"io.improbable.worker.sdk": "0.3.4",
10-
"io.improbable.gdk.tools": "0.3.4",
11-
"io.improbable.gdk.testutils": "0.3.4",
9+
"io.improbable.worker.sdk": "0.3.5",
10+
"io.improbable.gdk.tools": "0.3.5",
11+
"io.improbable.gdk.testutils": "0.3.5",
1212
"com.unity.entities": "0.9.1-preview.15"
1313
}
14-
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.debug",
33
"displayName": "SpatialOS GDK Debug Extensions",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Debug Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4",
10-
"io.improbable.gdk.tools": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5",
10+
"io.improbable.gdk.tools": "0.3.5"
1111
}
1212
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "io.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4",
10-
"io.improbable.worker.sdk.mobile": "0.3.4",
9+
"io.improbable.gdk.core": "0.3.5",
10+
"io.improbable.worker.sdk.mobile": "0.3.5",
1111
"com.unity.modules.androidjni": "1.0.0"
1212
}
1313
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.playerlifecycle",
33
"displayName": "SpatialOS GDK Player Lifecycle",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Player Lifecycle Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.querybasedinteresthelper",
33
"displayName": "SpatialOS GDK Query-based Interest Helper",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Query-based Interest Helper Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5"
1010
}
1111
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.testutils",
33
"displayName": "SpatialOS GDK Test Utils",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Test Utils.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4",
9+
"io.improbable.gdk.core": "0.3.5",
1010
"com.unity.ext.nunit": "1.0.0"
1111
}
1212
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.gdk.tools",
33
"displayName": "SpatialOS GDK Tools",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Support Tools.",
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.transformsynchronization",
33
"displayName": "SpatialOS GDK Transform Synchronization",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Transform Synchronization Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4",
10-
"io.improbable.gdk.gameobjectcreation": "0.3.4"
9+
"io.improbable.gdk.core": "0.3.5",
10+
"io.improbable.gdk.gameobjectcreation": "0.3.5"
1111
}
1212
}
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "io.improbable.gdk.transformsynchronization2d",
33
"displayName": "SpatialOS GDK Transform Synchronization 2D",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Transform Synchronization Module 2D.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.3.4",
10-
"io.improbable.gdk.transformsynchronization": "0.3.4",
9+
"io.improbable.gdk.core": "0.3.5",
10+
"io.improbable.gdk.transformsynchronization": "0.3.5",
1111
"com.unity.modules.physics2d": "1.0.0"
1212
}
1313
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.worker.sdk.mobile",
33
"displayName": "SpatialOS Worker Mobile SDK",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS Worker Mobile SDK.",
88
"dependencies": {
9-
"io.improbable.worker.sdk": "0.3.4"
9+
"io.improbable.worker.sdk": "0.3.5"
1010
}
1111
}

workers/unity/Packages/io.improbable.worker.sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.improbable.worker.sdk",
33
"displayName": "SpatialOS Worker SDK",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"unity": "2019.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS Worker SDK.",

workers/unity/Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"com.unity.modules.uielements": "1.0.0"
2222
},
2323
"registry": "https://packages.unity.com"
24-
}
24+
}

0 commit comments

Comments
 (0)