-
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.
## [2.0.0-preview.22] - 2019-6-11 * Revert Legacy Input Helpers dependency to newly pushed 1.3.2 production version.
- Loading branch information
Unity Technologies
committed
Jun 10, 2019
1 parent
33f7e02
commit ac86088
Showing
2 changed files
with
7 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.xr.management", | ||
"displayName": "XR Management", | ||
"version": "2.0.0-preview.21", | ||
"version": "2.0.0-preview.22", | ||
"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": [ | ||
|
@@ -14,12 +14,12 @@ | |
], | ||
"dependencies": { | ||
"com.unity.subsystemregistration": "1.0.5", | ||
"com.unity.xr.legacyinputhelpers": "1.3.1" | ||
"com.unity.xr.legacyinputhelpers": "1.3.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/xr.sdk.management.git", | ||
"revision": "8b237d22455273e1a7aa9b54c78f08d5451f7252" | ||
"revision": "1a4c281535e6584dc78f7b42845af9cce3a52096" | ||
}, | ||
"samples": [ | ||
{ | ||
|