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

Commit 4af1187

Browse files
authored
Release 0.2.1 - Pre-Validation (#160)
1 parent 1faaa6a commit 4af1187

File tree

10 files changed

+106
-103
lines changed

10 files changed

+106
-103
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Unreleased
44

5+
## `0.2.1` - 2019-04-15
6+
57
### Changed
68

79
- Updated the `ConnectionController` and `ClientWorkerConnector` to make full use of the updated Player Lifecycle Feature Module.
810
- Reactive Components are no longer used. They have been disabled by adding the `DISABLE_REACTIVE_COMPONENTS` define symbol.
11+
- Updated to Unity version `2018.3.11`.
12+
- Updated to use the GDK for Unity version `0.2.1`.
913

1014
### Internal
1115

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ffeb3a183dcfe5407172d82eac79fdd7ec1b5e3
1+
8ba0b572c70aa580baf6429be27f54ed06fc3417

packer.config.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"package_name": "gdk-for-unity-fps-starter-project",
3-
"version": "0.2.0",
4-
"git_packages": [
5-
{
6-
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
7-
"clone_dir": "gdk-for-unity-fps-starter-project",
8-
"exclude_paths": [
9-
".git",
10-
".github",
11-
"ci",
12-
"scripts"
13-
]
14-
},
15-
{
16-
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
17-
"clone_dir" : "gdk-for-unity",
18-
"exclude_paths": [
19-
".git",
20-
".github",
21-
"ci",
22-
"scripts",
23-
"test-project"
24-
]
25-
}
26-
]
27-
}
2+
"package_name": "gdk-for-unity-fps-starter-project",
3+
"version": "0.2.1",
4+
"git_packages": [
5+
{
6+
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
7+
"clone_dir": "gdk-for-unity-fps-starter-project",
8+
"exclude_paths": [
9+
".git",
10+
".github",
11+
"ci",
12+
"scripts"
13+
]
14+
},
15+
{
16+
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
17+
"clone_dir": "gdk-for-unity",
18+
"exclude_paths": [
19+
".git",
20+
".github",
21+
"ci",
22+
"scripts",
23+
"test-project"
24+
]
25+
}
26+
]
27+
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "com.improbable.gdk.deploymentlauncher",
3-
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0",
10-
"com.improbable.gdk.tools": "0.2.0"
11-
}
12-
}
2+
"name": "com.improbable.gdk.deploymentlauncher",
3+
"displayName": "SpatialOS GDK Deployment Launcher",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1",
10+
"com.improbable.gdk.tools": "0.2.1"
11+
}
12+
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "com.improbable.gdk.guns",
3-
"displayName": "SpatialOS GDK Guns",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0",
10-
"com.improbable.gdk.standardtypes": "0.2.0",
11-
"com.improbable.gdk.objectpooling": "0.2.0"
12-
}
13-
}
2+
"name": "com.improbable.gdk.guns",
3+
"displayName": "SpatialOS GDK Guns",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1",
10+
"com.improbable.gdk.standardtypes": "0.2.1",
11+
"com.improbable.gdk.objectpooling": "0.2.1"
12+
}
13+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "com.improbable.gdk.health",
3-
"displayName": "SpatialOS GDK Health",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Health Module. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0"
10-
}
11-
}
2+
"name": "com.improbable.gdk.health",
3+
"displayName": "SpatialOS GDK Health",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Health Module. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1"
10+
}
11+
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "com.improbable.gdk.movement",
3-
"displayName": "SpatialOS GDK Movement",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0",
10-
"com.improbable.gdk.standardtypes": "0.2.0"
11-
}
12-
}
2+
"name": "com.improbable.gdk.movement",
3+
"displayName": "SpatialOS GDK Movement",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1",
10+
"com.improbable.gdk.standardtypes": "0.2.1"
11+
}
12+
}
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "com.improbable.gdk.objectpooling",
3-
"displayName": "SpatialOS GDK Object Pooling",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
8-
"dependencies": {
9-
}
10-
}
2+
"name": "com.improbable.gdk.objectpooling",
3+
"displayName": "SpatialOS GDK Object Pooling",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
8+
"dependencies": {}
9+
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "com.improbable.gdk.ragdolls",
3-
"displayName": "SpatialOS GDK Ragdolls",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0",
10-
"com.improbable.gdk.health": "0.2.0",
11-
"com.improbable.gdk.objectpooling": "0.2.0",
12-
"com.improbable.gdk.standardtypes": "0.2.0"
13-
}
14-
}
2+
"name": "com.improbable.gdk.ragdolls",
3+
"displayName": "SpatialOS GDK Ragdolls",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1",
10+
"com.improbable.gdk.health": "0.2.1",
11+
"com.improbable.gdk.objectpooling": "0.2.1",
12+
"com.improbable.gdk.standardtypes": "0.2.1"
13+
}
14+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "com.improbable.gdk.standardtypes",
3-
"displayName": "SpatialOS GDK Standard Types",
4-
"version": "0.2.0",
5-
"unity": "2018.3",
6-
"author": "Improbable Worlds Ltd",
7-
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
8-
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.0"
10-
}
11-
}
2+
"name": "com.improbable.gdk.standardtypes",
3+
"displayName": "SpatialOS GDK Standard Types",
4+
"version": "0.2.1",
5+
"unity": "2018.3",
6+
"author": "Improbable Worlds Ltd",
7+
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
8+
"dependencies": {
9+
"com.improbable.gdk.core": "0.2.1"
10+
}
11+
}

0 commit comments

Comments
 (0)