-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.4-preview.3] - 2019-10-29 * Update minimum compatible Editor version to 2019.3.0b9 * Fixes an issue where subsystems could not be initialized before awake in the editor * Fixes an issue where subsystems were not re-started after a pause in the editor * Removes dialog boxes for creating Loaders and initializing settings. ## [3.0.4-preview.2] - 2019-10-23 * Modifies wording of LIH inclusion page from "required" to recommended.
- Loading branch information
Unity Technologies
committed
Oct 28, 2019
1 parent
9c08282
commit 54fada6
Showing
6 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "com.unity.xr.management", | ||
"displayName": "XR Management", | ||
"version": "3.0.4-preview.1", | ||
"unity": "2019.2", | ||
"version": "3.0.4-preview.3", | ||
"unity": "2019.3", | ||
"unityRelease": "0b9", | ||
"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": [ | ||
"xr", | ||
|
@@ -18,7 +19,7 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/xr.sdk.management.git", | ||
"revision": "d7fb91c38136b243b79e3fde61895e22ca5004b3" | ||
"revision": "3ad70396a3b7ef6b93f504f68978954c8a6022d1" | ||
}, | ||
"samples": [ | ||
{ | ||
|