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.
* Completed all pre-validation steps * Update Changelog
- Loading branch information
1 parent
3ef63b1
commit b788b82
Showing
14 changed files
with
30 additions
and
28 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 @@ | ||
9931f4eea245f1db662cd1551d9959d4cd75c0ed | ||
bf7978a2dacfe9b95892d05d39c0b5cff348e707 |
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,8 +1,8 @@ | ||
{ | ||
"name": "unity_gdk", | ||
"project_version": "0.0.1", | ||
"sdk_version": "13.5.1-gdk-for-unity", | ||
"sdk_version": "13.6.2-gdk-for-unity", | ||
"dependencies": [ | ||
{"name": "standard_library", "version": "13.5.1-gdk-for-unity"} | ||
{"name": "standard_library", "version": "13.6.2-gdk-for-unity"} | ||
] | ||
} |
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
1 change: 1 addition & 0 deletions
1
workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs
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,4 +1,5 @@ | ||
using System.Text.RegularExpressions; | ||
using Improbable.Gdk.Core; | ||
using UnityEngine; | ||
|
||
#if UNITY_IOS | ||
|
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.5", | ||
"version": "0.2.0", | ||
"unity": "2018.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.1.5", | ||
"com.improbable.gdk.tools": "0.1.5" | ||
"com.improbable.gdk.core": "0.2.0", | ||
"com.improbable.gdk.tools": "0.2.0" | ||
} | ||
} |
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.5", | ||
"version": "0.2.0", | ||
"unity": "2018.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Guns Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.1.5", | ||
"com.improbable.gdk.standardtypes": "0.1.5", | ||
"com.improbable.gdk.objectpooling": "0.1.5" | ||
"com.improbable.gdk.core": "0.2.0", | ||
"com.improbable.gdk.standardtypes": "0.2.0", | ||
"com.improbable.gdk.objectpooling": "0.2.0" | ||
} | ||
} |
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.5", | ||
"version": "0.2.0", | ||
"unity": "2018.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Health Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.1.5" | ||
"com.improbable.gdk.core": "0.2.0" | ||
} | ||
} |
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.5", | ||
"version": "0.2.0", | ||
"unity": "2018.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Movement Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.1.5", | ||
"com.improbable.gdk.standardtypes": "0.1.5" | ||
"com.improbable.gdk.core": "0.2.0", | ||
"com.improbable.gdk.standardtypes": "0.2.0" | ||
} | ||
} |
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.5", | ||
"version": "0.2.0", | ||
"unity": "2018.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Ragdolls Module. Made by Improbable.", | ||
"dependencies": { | ||
"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" | ||
"com.improbable.gdk.core": "0.2.0", | ||
"com.improbable.gdk.health": "0.2.0", | ||
"com.improbable.gdk.objectpooling": "0.2.0", | ||
"com.improbable.gdk.standardtypes": "0.2.0" | ||
} | ||
} |
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
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