From ef0878db13eef25602a2940a8fe072c94c5f81ea Mon Sep 17 00:00:00 2001 From: Unity Technologies <@unity.com> Date: Thu, 29 Aug 2019 00:00:00 +0200 Subject: [PATCH] com.unity.xr.management@3.0.3 ## [3.0.3] - 2019-08-29 * Fix package dependency version for subsystem registrion pacakge. ## [3.0.2] - 2019-08-29 * Release package for verification. ## [3.0.2-preview.3] - 2019-08-29 * Update to reflect changes in downstream subsystem definitions in 19.3+. --- CHANGELOG.md | 9 +++++++++ Tests/StandaloneSubsystem/StandaloneSubsystem.cs | 4 ++++ package.json | 6 +++--- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bee9e6..0cc06f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.3] - 2019-08-29 +* Fix package dependency version for subsystem registrion pacakge. + +## [3.0.2] - 2019-08-29 +* Release package for verification. + +## [3.0.2-preview.3] - 2019-08-29 +* Update to reflect changes in downstream subsystem definitions in 19.3+. + ## [3.0.2-preview.2] - 2019-08-23 * Change legacy input helpers version to 1.* * Fix documentation validation errors. diff --git a/Tests/StandaloneSubsystem/StandaloneSubsystem.cs b/Tests/StandaloneSubsystem/StandaloneSubsystem.cs index 6bd159d..9839822 100644 --- a/Tests/StandaloneSubsystem/StandaloneSubsystem.cs +++ b/Tests/StandaloneSubsystem/StandaloneSubsystem.cs @@ -40,7 +40,11 @@ public override void Stop() stopCalled.Invoke(); } +#if UNITY_2019_3_OR_NEWER + protected override void OnDestroy() +#else public override void Destroy() +#endif { isRunning = false; if (destroyCalled != null) diff --git a/package.json b/package.json index 13dce00..53b16b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.xr.management", "displayName": "XR Management", - "version": "3.0.2-preview.2", + "version": "3.0.3", "unity": "2019.2", "description": "Package to provide for simple management of XR plugins. Provides help and management for loading, initialization, settings, and build support for XR plugins.", "keywords": [ @@ -13,12 +13,12 @@ "build" ], "dependencies": { - "com.unity.subsystemregistration": "1.0.5" + "com.unity.subsystemregistration": "1.0.6" }, "repository": { "type": "git", "url": "git@github.cds.internal.unity3d.com:unity/xr.sdk.management.git", - "revision": "d74efda3ef2a2a17b8b95949baa14a00c8dbddee" + "revision": "89119f7ca41b3783d6d622f5594618526d933d09" }, "samples": [ {