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.
* Release 0.2.3 * updating gdk tools config * Fix mapbuilder in editor (#198) * 2019.1 no longer allows temp scenes in editor mode. Refactored code to work again * Update link.xml * disabled burst compilation (#199) * Make the mobile connector use the Dev Auth Token that's passed through as an argument. (#201) * updated changelog * enable burst just for iOS * remove new line * Deferring the client-worker destroy by a frame (#200) * deferring player destroy by a frame * updating pin * updating pinned version
- Loading branch information
1 parent
a29bc2e
commit 5657970
Showing
21 changed files
with
174 additions
and
67 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 @@ | ||
8708f8b47e323b5b54dcb8e4528a05ad5ee81b0b | ||
eae6cf5dcdb72655bde2121614001cdf1dde51bf |
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,6 +1,6 @@ | ||
{ | ||
"package_name": "gdk-for-unity-fps-starter-project", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"git_packages": [ | ||
{ | ||
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git", | ||
|
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,10 +1,9 @@ | ||
{ | ||
"SchemaStdLibDir": "../../build/dependencies/schema/standard_library", | ||
"SchemaSourceDirs": [ | ||
"../../schema" | ||
], | ||
"SchemaSourceDirs": [], | ||
"CodegenOutputDir": "Assets/Generated/Source", | ||
"RuntimeIp": "", | ||
"DescriptorOutputDir": "../../build/assembly/schema", | ||
"DevAuthTokenDir": "Resources", | ||
"DevAuthTokenLifetimeDays": 1 | ||
"DevAuthTokenLifetimeDays": 1, | ||
"SaveDevAuthTokenToFile": false | ||
} |
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
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
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
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/com.improbable.gdk.deploymentmanager/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
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.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Guns Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2", | ||
"com.improbable.gdk.standardtypes": "0.2.2", | ||
"com.improbable.gdk.objectpooling": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3", | ||
"com.improbable.gdk.standardtypes": "0.2.3", | ||
"com.improbable.gdk.objectpooling": "0.2.3" | ||
} | ||
} |
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.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Health Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
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.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Movement Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2", | ||
"com.improbable.gdk.standardtypes": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3", | ||
"com.improbable.gdk.standardtypes": "0.2.3" | ||
} | ||
} |
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.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2", | ||
"com.improbable.gdk.health": "0.2.2", | ||
"com.improbable.gdk.objectpooling": "0.2.2", | ||
"com.improbable.gdk.standardtypes": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3", | ||
"com.improbable.gdk.health": "0.2.3", | ||
"com.improbable.gdk.objectpooling": "0.2.3", | ||
"com.improbable.gdk.standardtypes": "0.2.3" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "com.improbable.gdk.standardtypes", | ||
"displayName": "SpatialOS GDK Standard Types", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Standard Types Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
Oops, something went wrong.