This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8708f8b
commit 3986793
Showing
12 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,6 +1,6 @@ | ||
{ | ||
"package_name": "gdk-for-unity", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"git_packages": [ | ||
{ | ||
"clone_url": "[email protected]:spatialos/gdk-for-unity.git", | ||
|
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.buildsystem/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.buildsystem", | ||
"displayName": "SpatialOS GDK Build System", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Build System Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
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.core", | ||
"displayName": "SpatialOS GDK Core", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Core Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.tools": "0.2.2", | ||
"com.improbable.gdk.testutils": "0.2.2", | ||
"com.improbable.gdk.tools": "0.2.3", | ||
"com.improbable.gdk.testutils": "0.2.3", | ||
"com.unity.entities": "0.0.12-preview.33" | ||
} | ||
} |
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.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Deployment Launcher. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2", | ||
"com.improbable.gdk.tools": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3", | ||
"com.improbable.gdk.tools": "0.2.3" | ||
} | ||
} |
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
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.mobile/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.mobile", | ||
"displayName": "SpatialOS GDK Mobile Support", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Mobile Support Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.playerlifecycle/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.playerlifecycle", | ||
"displayName": "SpatialOS GDK Player Lifecycle", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Player Lifecycle Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.querybasedinteresthelper/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.querybasedinteresthelper", | ||
"displayName": "SpatialOS GDK Query-based Interest Helper", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Query-based Interest Helper Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.testutils/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.testutils", | ||
"displayName": "SpatialOS GDK Test Utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Test Utils. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |
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
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/com.improbable.gdk.transformsynchronization/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.transformsynchronization", | ||
"displayName": "SpatialOS GDK Transform Synchronization", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Transform Synchronization Module. Made by Improbable.", | ||
"dependencies": { | ||
"com.improbable.gdk.core": "0.2.2" | ||
"com.improbable.gdk.core": "0.2.3" | ||
} | ||
} |