Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 457081a

Browse files
author
Paul Balaji
authored
Update to latest GDK (#66)
1 parent 2694c66 commit 457081a

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Added
6+
7+
- Added the `io.improbable.gdk.debug` package as a dependency. [#66](https://github.com/spatialos/gdk-for-unity-blank-project/pull/66)
8+
59
## `0.2.5` - 2019-07-18
610

711
### Changed

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6689e300c017860a845fe5463b8a06b7caa1492b
1+
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "unity_gdk",
33
"project_version": "0.0.1",
4-
"sdk_version": "13.7.1-gdk-for-unity",
4+
"sdk_version": "13.8.2",
55
"dependencies": [
6-
{"name": "standard_library", "version": "13.7.1-gdk-for-unity"}
6+
{"name": "standard_library", "version": "13.8.2"}
77
]
88
}

workers/unity/Assets/Plugins.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

workers/unity/Packages/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
io.improbable.gdk.buildsystem
22
io.improbable.gdk.core
3+
io.improbable.gdk.debug
34
io.improbable.gdk.deploymentlauncher
45
io.improbable.gdk.gameobjectcreation
56
io.improbable.gdk.mobile

workers/unity/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"io.improbable.gdk.buildsystem": "0.2.5",
44
"io.improbable.gdk.core": "0.2.5",
5+
"io.improbable.gdk.debug": "0.2.5",
56
"io.improbable.gdk.deploymentlauncher": "0.2.5",
67
"io.improbable.gdk.gameobjectcreation": "0.2.5",
78
"io.improbable.gdk.mobile": "0.2.5",

workers/unity/ProjectSettings/ProjectSettings.asset

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ PlayerSettings:
118118
16:10: 1
119119
16:9: 1
120120
Others: 1
121-
bundleVersion: 0.1.1
121+
bundleVersion: 0.2.5
122122
preloadedAssets: []
123123
metroInputSource: 0
124124
wsaTransparentSwapchain: 0
@@ -637,9 +637,9 @@ PlayerSettings:
637637
webGLThreadsSupport: 0
638638
webGLWasmStreaming: 0
639639
scriptingDefineSymbols:
640-
1: DISABLE_REACTIVE_COMPONENTS
641-
4: DISABLE_REACTIVE_COMPONENTS
642-
7: DISABLE_REACTIVE_COMPONENTS
640+
1:
641+
4:
642+
7:
643643
platformArchitecture: {}
644644
scriptingBackend:
645645
Android: 0

0 commit comments

Comments
 (0)