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

Commit ba3ba8e

Browse files
authored
Feature/release 0.1.5 (#112)
* update gdk.pinned to the first commit in 0.1.5 * update package dependencies to 0.1.5 * update the CHANGELOG to include 0.1.5 * increase navmesh size to support the large world (#113) Signed-off-by: Paul Balaji <[email protected]> * update packer.config.json in root to -.1.5
1 parent bc471e0 commit ba3ba8e

File tree

11 files changed

+23
-21
lines changed

11 files changed

+23
-21
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.1.5` - 2019-02-21
6+
57
### Added
68

79
- Added a Deployment Launcher window. This allows you to upload assemblies and launch deployments from the Unity Editor.

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6ff30d61e6482d397d1aa210d35cea06973e315b
1+
7f10936647a58e33815cc2082bb4ba3ce0e7b921

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.1.3",
3+
"version": "0.1.5",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git",
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.1.3",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.3",
10-
"com.improbable.gdk.tools": "0.1.3"
9+
"com.improbable.gdk.core": "0.1.5",
10+
"com.improbable.gdk.tools": "0.1.5"
1111
}
1212
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.guns",
33
"displayName": "SpatialOS GDK Guns",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4",
10-
"com.improbable.gdk.standardtypes": "0.1.4",
11-
"com.improbable.gdk.objectpooling": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5",
10+
"com.improbable.gdk.standardtypes": "0.1.5",
11+
"com.improbable.gdk.objectpooling": "0.1.5"
1212
}
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.health",
33
"displayName": "SpatialOS GDK Health",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Health Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.movement",
33
"displayName": "SpatialOS GDK Movement",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4",
10-
"com.improbable.gdk.standardtypes": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5",
10+
"com.improbable.gdk.standardtypes": "0.1.5"
1111
}
1212
}

workers/unity/Packages/com.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": "com.improbable.gdk.objectpooling",
33
"displayName": "SpatialOS GDK Object Pooling",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.improbable.gdk.ragdolls",
33
"displayName": "SpatialOS GDK Ragdolls",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.1.4",
10-
"com.improbable.gdk.health": "0.1.4",
11-
"com.improbable.gdk.objectpooling": "0.1.4",
12-
"com.improbable.gdk.standardtypes": "0.1.4"
9+
"com.improbable.gdk.core": "0.1.5",
10+
"com.improbable.gdk.health": "0.1.5",
11+
"com.improbable.gdk.objectpooling": "0.1.5",
12+
"com.improbable.gdk.standardtypes": "0.1.5"
1313
}
1414
}

0 commit comments

Comments
 (0)