This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
11 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6ff30d61e6482d397d1aa210d35cea06973e315b | ||
7f10936647a58e33815cc2082bb4ba3ce0e7b921 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+21.5 MB
(3100%)
workers/unity/Assets/Fps/Scenes/FPS-SimulatedPlayerCoordinator/NavMesh.asset
Binary file not shown.
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/com.improbable.gdk.deploymentlauncher/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
4
workers/unity/Packages/com.improbable.gdk.health/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/com.improbable.gdk.movement/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/com.improbable.gdk.objectpooling/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
workers/unity/Packages/com.improbable.gdk.ragdolls/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/com.improbable.gdk.standardtypes/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters