From b788b8292a6a4d4aae41cc4000c9120ba63219d4 Mon Sep 17 00:00:00 2001 From: Martijn Gerkes Date: Tue, 19 Mar 2019 20:35:02 +0000 Subject: [PATCH] `0.2.0` release pre-validation (#139) * Completed all pre-validation steps * Update Changelog --- CHANGELOG.md | 4 +++- gdk.pinned | 2 +- packer.config.json | 4 ++-- spatialos.json | 4 ++-- .../Global Post-processing Profile.asset | 2 +- .../Fps/Scripts/SetupLogic/iOSWorkerConnector.cs | 1 + .../com.improbable.gdk.deploymentlauncher/package.json | 6 +++--- .../Packages/com.improbable.gdk.guns/package.json | 8 ++++---- .../Packages/com.improbable.gdk.health/package.json | 4 ++-- .../Packages/com.improbable.gdk.movement/package.json | 6 +++--- .../com.improbable.gdk.objectpooling/package.json | 2 +- .../Packages/com.improbable.gdk.ragdolls/package.json | 10 +++++----- .../com.improbable.gdk.standardtypes/package.json | 2 +- workers/unity/ProjectSettings/GraphicsSettings.asset | 3 +-- 14 files changed, 30 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f35375..83afa1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## `0.2.0` - 2019-03-19 + ### Added - Tweaked the Deployment Launcher window: @@ -29,7 +31,7 @@ ### Fixed --Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players. +- Fixed a bug where the `SimulatedPlayerCoordinatorWorkerConnector` would throw errors, if you stopped the application while it was spawning more simulated players. ## `0.1.5` - 2019-02-21 diff --git a/gdk.pinned b/gdk.pinned index a11fbcf7..ea3fc8f0 100644 --- a/gdk.pinned +++ b/gdk.pinned @@ -1 +1 @@ -9931f4eea245f1db662cd1551d9959d4cd75c0ed \ No newline at end of file +bf7978a2dacfe9b95892d05d39c0b5cff348e707 \ No newline at end of file diff --git a/packer.config.json b/packer.config.json index 0b8a5da7..ee7f3cdc 100644 --- a/packer.config.json +++ b/packer.config.json @@ -1,6 +1,6 @@ { "package_name": "gdk-for-unity-fps-starter-project", - "version": "0.1.5", + "version": "0.2.0", "git_packages": [ { "clone_url": "git@github.com:spatialos/gdk-for-unity-fps-starter-project.git", @@ -24,4 +24,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/spatialos.json b/spatialos.json index bd951ce9..c3a0d6b1 100644 --- a/spatialos.json +++ b/spatialos.json @@ -1,8 +1,8 @@ { "name": "unity_gdk", "project_version": "0.0.1", - "sdk_version": "13.5.1-gdk-for-unity", + "sdk_version": "13.6.2-gdk-for-unity", "dependencies": [ - {"name": "standard_library", "version": "13.5.1-gdk-for-unity"} + {"name": "standard_library", "version": "13.6.2-gdk-for-unity"} ] } diff --git a/workers/unity/Assets/Fps/Config/PostProcessing/Global Post-processing Profile.asset b/workers/unity/Assets/Fps/Config/PostProcessing/Global Post-processing Profile.asset index d19d8496..e40553bc 100644 --- a/workers/unity/Assets/Fps/Config/PostProcessing/Global Post-processing Profile.asset +++ b/workers/unity/Assets/Fps/Config/PostProcessing/Global Post-processing Profile.asset @@ -202,7 +202,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 7a34fa72bd4185749832024e9c8010bf, type: 3} m_Name: ScreenSpaceReflections m_EditorClassIdentifier: - active: 1 + active: 0 enabled: overrideState: 1 value: 1 diff --git a/workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs b/workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs index 5eba8a60..a2633b55 100644 --- a/workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs +++ b/workers/unity/Assets/Fps/Scripts/SetupLogic/iOSWorkerConnector.cs @@ -1,4 +1,5 @@ using System.Text.RegularExpressions; +using Improbable.Gdk.Core; using UnityEngine; #if UNITY_IOS diff --git a/workers/unity/Packages/com.improbable.gdk.deploymentlauncher/package.json b/workers/unity/Packages/com.improbable.gdk.deploymentlauncher/package.json index acb3706b..60a2a4ed 100644 --- a/workers/unity/Packages/com.improbable.gdk.deploymentlauncher/package.json +++ b/workers/unity/Packages/com.improbable.gdk.deploymentlauncher/package.json @@ -1,12 +1,12 @@ { "name": "com.improbable.gdk.deploymentlauncher", "displayName": "SpatialOS GDK Deployment Launcher", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Deployment Launcher. Made by Improbable.", "dependencies": { - "com.improbable.gdk.core": "0.1.5", - "com.improbable.gdk.tools": "0.1.5" + "com.improbable.gdk.core": "0.2.0", + "com.improbable.gdk.tools": "0.2.0" } } diff --git a/workers/unity/Packages/com.improbable.gdk.guns/package.json b/workers/unity/Packages/com.improbable.gdk.guns/package.json index 52f22350..44d3ec78 100644 --- a/workers/unity/Packages/com.improbable.gdk.guns/package.json +++ b/workers/unity/Packages/com.improbable.gdk.guns/package.json @@ -1,13 +1,13 @@ { "name": "com.improbable.gdk.guns", "displayName": "SpatialOS GDK Guns", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Guns Module. Made by Improbable.", "dependencies": { - "com.improbable.gdk.core": "0.1.5", - "com.improbable.gdk.standardtypes": "0.1.5", - "com.improbable.gdk.objectpooling": "0.1.5" + "com.improbable.gdk.core": "0.2.0", + "com.improbable.gdk.standardtypes": "0.2.0", + "com.improbable.gdk.objectpooling": "0.2.0" } } diff --git a/workers/unity/Packages/com.improbable.gdk.health/package.json b/workers/unity/Packages/com.improbable.gdk.health/package.json index 3a60f681..dddd2030 100644 --- a/workers/unity/Packages/com.improbable.gdk.health/package.json +++ b/workers/unity/Packages/com.improbable.gdk.health/package.json @@ -1,11 +1,11 @@ { "name": "com.improbable.gdk.health", "displayName": "SpatialOS GDK Health", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Health Module. Made by Improbable.", "dependencies": { - "com.improbable.gdk.core": "0.1.5" + "com.improbable.gdk.core": "0.2.0" } } diff --git a/workers/unity/Packages/com.improbable.gdk.movement/package.json b/workers/unity/Packages/com.improbable.gdk.movement/package.json index 7b932ad0..3b2c93bb 100644 --- a/workers/unity/Packages/com.improbable.gdk.movement/package.json +++ b/workers/unity/Packages/com.improbable.gdk.movement/package.json @@ -1,12 +1,12 @@ { "name": "com.improbable.gdk.movement", "displayName": "SpatialOS GDK Movement", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Movement Module. Made by Improbable.", "dependencies": { - "com.improbable.gdk.core": "0.1.5", - "com.improbable.gdk.standardtypes": "0.1.5" + "com.improbable.gdk.core": "0.2.0", + "com.improbable.gdk.standardtypes": "0.2.0" } } diff --git a/workers/unity/Packages/com.improbable.gdk.objectpooling/package.json b/workers/unity/Packages/com.improbable.gdk.objectpooling/package.json index a854916f..8c77bea6 100644 --- a/workers/unity/Packages/com.improbable.gdk.objectpooling/package.json +++ b/workers/unity/Packages/com.improbable.gdk.objectpooling/package.json @@ -1,7 +1,7 @@ { "name": "com.improbable.gdk.objectpooling", "displayName": "SpatialOS GDK Object Pooling", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Object Pooling Module. Made by Improbable.", diff --git a/workers/unity/Packages/com.improbable.gdk.ragdolls/package.json b/workers/unity/Packages/com.improbable.gdk.ragdolls/package.json index aef10ef1..a51ab1fd 100644 --- a/workers/unity/Packages/com.improbable.gdk.ragdolls/package.json +++ b/workers/unity/Packages/com.improbable.gdk.ragdolls/package.json @@ -1,14 +1,14 @@ { "name": "com.improbable.gdk.ragdolls", "displayName": "SpatialOS GDK Ragdolls", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Ragdolls Module. Made by Improbable.", "dependencies": { - "com.improbable.gdk.core": "0.1.5", - "com.improbable.gdk.health": "0.1.5", - "com.improbable.gdk.objectpooling": "0.1.5", - "com.improbable.gdk.standardtypes": "0.1.5" + "com.improbable.gdk.core": "0.2.0", + "com.improbable.gdk.health": "0.2.0", + "com.improbable.gdk.objectpooling": "0.2.0", + "com.improbable.gdk.standardtypes": "0.2.0" } } diff --git a/workers/unity/Packages/com.improbable.gdk.standardtypes/package.json b/workers/unity/Packages/com.improbable.gdk.standardtypes/package.json index 6d3eab0b..7111db2c 100644 --- a/workers/unity/Packages/com.improbable.gdk.standardtypes/package.json +++ b/workers/unity/Packages/com.improbable.gdk.standardtypes/package.json @@ -1,7 +1,7 @@ { "name": "com.improbable.gdk.standardtypes", "displayName": "SpatialOS GDK Standard Types", - "version": "0.1.5", + "version": "0.2.0", "unity": "2018.3", "author": "Improbable Worlds Ltd", "description": "SpatialOS GDK Standard Types Module. Made by Improbable.", diff --git a/workers/unity/ProjectSettings/GraphicsSettings.asset b/workers/unity/ProjectSettings/GraphicsSettings.asset index 7678b708..7ba72e24 100644 --- a/workers/unity/ProjectSettings/GraphicsSettings.asset +++ b/workers/unity/ProjectSettings/GraphicsSettings.asset @@ -38,7 +38,6 @@ GraphicsSettings: - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 4800000, guid: 1d9df02b32f55154095347f533b2dfea, type: 3} - - {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0} m_PreloadedShaders: [] m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} @@ -87,7 +86,7 @@ GraphicsSettings: m_Tier: 2 m_Settings: standardShaderQuality: 2 - renderingPath: 3 + renderingPath: 1 hdrMode: 1 realtimeGICPUUsage: 50 useReflectionProbeBoxProjection: 1