forked from spatialos/gdk-for-unity-fps-starter-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release candidate for version 0.2.7. (spatialos#227)
- Loading branch information
1 parent
27b4f9c
commit ae9dae2
Showing
11 changed files
with
36 additions
and
31 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 @@ | ||
618c28ce0a3d13d17859aab25d8818ca159f4c6c | ||
06858069686faffce4c93212e2b6d160e40a9f09 |
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.6", | ||
"version": "0.2.7", | ||
"git_packages": [ | ||
{ | ||
"clone_url": "[email protected]:spatialos/gdk-for-unity-fps-starter-project.git", | ||
|
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/io.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": "io.improbable.gdk.guns", | ||
"displayName": "SpatialOS GDK Guns", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Guns Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6", | ||
"io.improbable.gdk.objectpooling": "0.2.6" | ||
"io.improbable.gdk.core": "0.2.7", | ||
"io.improbable.gdk.standardtypes": "0.2.7", | ||
"io.improbable.gdk.objectpooling": "0.2.7" | ||
} | ||
} |
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": "io.improbable.gdk.health", | ||
"displayName": "SpatialOS GDK Health", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Health Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.6" | ||
"io.improbable.gdk.core": "0.2.7" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/io.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": "io.improbable.gdk.movement", | ||
"displayName": "SpatialOS GDK Movement", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Movement Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6" | ||
"io.improbable.gdk.core": "0.2.7", | ||
"io.improbable.gdk.standardtypes": "0.2.7" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
workers/unity/Packages/io.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/io.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": "io.improbable.gdk.ragdolls", | ||
"displayName": "SpatialOS GDK Ragdolls", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Ragdolls Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.6", | ||
"io.improbable.gdk.health": "0.2.6", | ||
"io.improbable.gdk.objectpooling": "0.2.6", | ||
"io.improbable.gdk.standardtypes": "0.2.6" | ||
"io.improbable.gdk.core": "0.2.7", | ||
"io.improbable.gdk.health": "0.2.7", | ||
"io.improbable.gdk.objectpooling": "0.2.7", | ||
"io.improbable.gdk.standardtypes": "0.2.7" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.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": "io.improbable.gdk.standardtypes", | ||
"displayName": "SpatialOS GDK Standard Types", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"unity": "2019.1", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Standard Types Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.2.6" | ||
"io.improbable.gdk.core": "0.2.7" | ||
} | ||
} |
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