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.
Release candidate for version 0.3.9. (#1439)
- Loading branch information
1 parent
85fcb49
commit 63dd630
Showing
15 changed files
with
34 additions
and
32 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
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.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": "io.improbable.gdk.buildsystem", | ||
"displayName": "SpatialOS GDK Build System", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Build System Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9" | ||
} | ||
} |
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.core", | ||
"displayName": "SpatialOS GDK Core", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Core Module.", | ||
"dependencies": { | ||
"io.improbable.worker.sdk": "0.3.8", | ||
"io.improbable.gdk.tools": "0.3.8", | ||
"io.improbable.gdk.testutils": "0.3.8", | ||
"io.improbable.worker.sdk": "0.3.9", | ||
"io.improbable.gdk.tools": "0.3.9", | ||
"io.improbable.gdk.testutils": "0.3.9", | ||
"com.unity.entities": "0.9.1-preview.15" | ||
} | ||
} |
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.debug", | ||
"displayName": "SpatialOS GDK Debug Extensions", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Debug Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/io.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": "io.improbable.gdk.deploymentlauncher", | ||
"displayName": "SpatialOS GDK Deployment Launcher", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Deployment Launcher.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8", | ||
"io.improbable.gdk.tools": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9", | ||
"io.improbable.gdk.tools": "0.3.9" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.improbable.gdk.gameobjectcreation/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.gameobjectcreation", | ||
"displayName": "SpatialOS GDK GameObject Creation", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK GameObject Creation Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9" | ||
} | ||
} |
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.mobile", | ||
"displayName": "SpatialOS GDK Mobile Support", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Mobile Support Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8", | ||
"io.improbable.worker.sdk.mobile": "0.3.8", | ||
"io.improbable.gdk.core": "0.3.9", | ||
"io.improbable.worker.sdk.mobile": "0.3.9", | ||
"com.unity.modules.androidjni": "1.0.0" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.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": "io.improbable.gdk.playerlifecycle", | ||
"displayName": "SpatialOS GDK Player Lifecycle", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Player Lifecycle Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.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": "io.improbable.gdk.querybasedinteresthelper", | ||
"displayName": "SpatialOS GDK Query-based Interest Helper", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Query-based Interest Helper Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.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
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
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/io.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,12 +1,12 @@ | ||
{ | ||
"name": "io.improbable.gdk.transformsynchronization", | ||
"displayName": "SpatialOS GDK Transform Synchronization", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Transform Synchronization Module.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8", | ||
"io.improbable.gdk.gameobjectcreation": "0.3.8" | ||
"io.improbable.gdk.core": "0.3.9", | ||
"io.improbable.gdk.gameobjectcreation": "0.3.9" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
workers/unity/Packages/io.improbable.gdk.transformsynchronization2d/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,13 +1,13 @@ | ||
{ | ||
"name": "io.improbable.gdk.transformsynchronization2d", | ||
"displayName": "SpatialOS GDK Transform Synchronization 2D", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS GDK Transform Synchronization Module 2D.", | ||
"dependencies": { | ||
"io.improbable.gdk.core": "0.3.8", | ||
"io.improbable.gdk.transformsynchronization": "0.3.8", | ||
"io.improbable.gdk.core": "0.3.9", | ||
"io.improbable.gdk.transformsynchronization": "0.3.9", | ||
"com.unity.modules.physics2d": "1.0.0" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
workers/unity/Packages/io.improbable.worker.sdk.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": "io.improbable.worker.sdk.mobile", | ||
"displayName": "SpatialOS Worker Mobile SDK", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"unity": "2019.3", | ||
"author": "Improbable Worlds Ltd", | ||
"description": "SpatialOS Worker Mobile SDK.", | ||
"dependencies": { | ||
"io.improbable.worker.sdk": "0.3.8" | ||
"io.improbable.worker.sdk": "0.3.9" | ||
} | ||
} |
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