Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added

- Added the `io.improbable.gdk.debug` package as a dependency. [#66](https://github.com/spatialos/gdk-for-unity-blank-project/pull/66)

## `0.2.5` - 2019-07-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gdk.pinned
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6689e300c017860a845fe5463b8a06b7caa1492b
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6
4 changes: 2 additions & 2 deletions spatialos.json
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.7.1-gdk-for-unity",
"sdk_version": "13.8.2",
"dependencies": [
{"name": "standard_library", "version": "13.7.1-gdk-for-unity"}
{"name": "standard_library", "version": "13.8.2"}
]
}
8 changes: 0 additions & 8 deletions workers/unity/Assets/Plugins.meta

This file was deleted.

1 change: 1 addition & 0 deletions workers/unity/Packages/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
io.improbable.gdk.buildsystem
io.improbable.gdk.core
io.improbable.gdk.debug
io.improbable.gdk.deploymentlauncher
io.improbable.gdk.gameobjectcreation
io.improbable.gdk.mobile
Expand Down
1 change: 1 addition & 0 deletions workers/unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"dependencies": {
"io.improbable.gdk.buildsystem": "0.2.5",
"io.improbable.gdk.core": "0.2.5",
"io.improbable.gdk.debug": "0.2.5",
"io.improbable.gdk.deploymentlauncher": "0.2.5",
"io.improbable.gdk.gameobjectcreation": "0.2.5",
"io.improbable.gdk.mobile": "0.2.5",
Expand Down
8 changes: 4 additions & 4 deletions workers/unity/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.1.1
bundleVersion: 0.2.5
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -637,9 +637,9 @@ PlayerSettings:
webGLThreadsSupport: 0
webGLWasmStreaming: 0
scriptingDefineSymbols:
1: DISABLE_REACTIVE_COMPONENTS
4: DISABLE_REACTIVE_COMPONENTS
7: DISABLE_REACTIVE_COMPONENTS
1:
4:
7:
platformArchitecture: {}
scriptingBackend:
Android: 0
Expand Down