This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +13
-15
lines changed Expand file tree Collapse file tree 7 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 6689e300c017860a845fe5463b8a06b7caa1492b
1+ ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6
Original file line number Diff line number Diff line change 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}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11io.improbable.gdk.buildsystem
22io.improbable.gdk.core
3+ io.improbable.gdk.debug
34io.improbable.gdk.deploymentlauncher
45io.improbable.gdk.gameobjectcreation
56io.improbable.gdk.mobile
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments