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

Commit

Permalink
Feature/release 0.1.5 (#112)
Browse files Browse the repository at this point in the history
* 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 <paulbalaji@improbable.io>

* update packer.config.json in root to -.1.5
  • Loading branch information
oblm authored Feb 22, 2019
1 parent bc471e0 commit ba3ba8e
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.1.5` - 2019-02-21

### Added

- Added a Deployment Launcher window. This allows you to upload assemblies and launch deployments from the Unity Editor.
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6ff30d61e6482d397d1aa210d35cea06973e315b
7f10936647a58e33815cc2082bb4ba3ce0e7b921
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.1.3",
"version": "0.1.5",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity-fps-starter-project.git",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.deploymentlauncher",
"displayName": "SpatialOS GDK Deployment Launcher",
"version": "0.1.3",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.3",
"com.improbable.gdk.tools": "0.1.3"
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.tools": "0.1.5"
}
}
8 changes: 4 additions & 4 deletions workers/unity/Packages/com.improbable.gdk.guns/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.improbable.gdk.guns",
"displayName": "SpatialOS GDK Guns",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Guns Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.4",
"com.improbable.gdk.standardtypes": "0.1.4",
"com.improbable.gdk.objectpooling": "0.1.4"
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5",
"com.improbable.gdk.objectpooling": "0.1.5"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/com.improbable.gdk.health/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.improbable.gdk.health",
"displayName": "SpatialOS GDK Health",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Health Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.4"
"com.improbable.gdk.core": "0.1.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.improbable.gdk.movement",
"displayName": "SpatialOS GDK Movement",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Movement Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.4",
"com.improbable.gdk.standardtypes": "0.1.4"
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.improbable.gdk.objectpooling",
"displayName": "SpatialOS GDK Object Pooling",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Object Pooling Module. Made by Improbable.",
Expand Down
10 changes: 5 additions & 5 deletions workers/unity/Packages/com.improbable.gdk.ragdolls/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.improbable.gdk.ragdolls",
"displayName": "SpatialOS GDK Ragdolls",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.",
"dependencies": {
"com.improbable.gdk.core": "0.1.4",
"com.improbable.gdk.health": "0.1.4",
"com.improbable.gdk.objectpooling": "0.1.4",
"com.improbable.gdk.standardtypes": "0.1.4"
"com.improbable.gdk.core": "0.1.5",
"com.improbable.gdk.health": "0.1.5",
"com.improbable.gdk.objectpooling": "0.1.5",
"com.improbable.gdk.standardtypes": "0.1.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.improbable.gdk.standardtypes",
"displayName": "SpatialOS GDK Standard Types",
"version": "0.1.4",
"version": "0.1.5",
"unity": "2018.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.",
Expand Down

0 comments on commit ba3ba8e

Please sign in to comment.