Releases: needle-mirror/com.unity.xr.management
Releases · needle-mirror/com.unity.xr.management
2.0.0-preview.26
[2.0.0-preview.26] - 2019-7-29
- Add Google VR to curated packages list
3.0.1
[3.0.1] - 2019-07-11
- Update base Unity release version after namespace changes.
[3.0.0] - 2019-07-09
- Update docs to add more information around correct usage.
- add useful names to sub objects of general settings.
- Add Magic Leap to curated packages list.
[2.99.0-preview.2] - 2019-06-19
- Pick up 2019.2 preview changes that are applicable to 2019.3.
- Fix up the code after Experimental namespace change.
[2.99.0-preview.1] - 2019-06-14
- Update package to support 2019.3+ only.
[2.99.0-preview] - 2019-06-14
- Update package to support 2019.3+ only.
- Rev version to almost 3. This is to make space for 2019.2 preview versions and in acknowledgement of the breaking changes that will happen soon.
2.0.0-preview.25
[2.0.0-preview.25] - 2019-7-09
- Add MagicLeap to curated packages list
2.0.0-preview.24
[2.0.0-preview.24] - 2019-6-14
- Tie version to 2019.2 exclusively for preview.
- Strip document revision history.
- Remove third party notice as unneeded.
[2.0.0-preview.23] - 2019-6-10
- Add promotion pipeline yaml file to get promotion to production working again.
2.0.0-preview.22
[2.0.0-preview.22] - 2019-6-11
- Revert Legacy Input Helpers dependency to newly pushed 1.3.2 production version.
2.0.0-preview.21
[2.0.0-preview.21] - 2019-6-10
- Downgrade Legacy Input Helpers dependency to corredct production version.
[2.0.0-preview.20] - 2019-6-10
- Downgrade Legacy Input Helpers dependency to help get package to production.
[2.0.0-preview.19] - 2019-6-4
- Fix package name and description.
[2.0.0-preview.18] - 2019-6-3
- Minor corrections in samples header file.
- Remove Windows from log message.
- Remove tutorial UI and unsupported data.
[2.0.0-preview.17] - 2019-5-28
- Fix issue where no settings object would cause an error to be logged at build time incorrectly.
- Add helper method to get XRGeneralSettings instance for a specific build target.
[2.0.0-preview.16] - 2019-5-28
- Move PR template to correct location.
[2.0.0-preview.15] - 2019-5-23
- Fix the readme help page to only appear once on initial add of package.
- Fix up test namespaces to use correct namespace naming
[2.0.0-preview.14] - 2019-5-23
- updating number for yamato, adds depednency to com.unity.xr.legacyinputhelpers
2.0.0-preview.13
[2.0.0-preview.13] - 2019-5-09
- Fix more output logging for Yamato.
[2.0.0-preview.12] - 2019-5-09
- Add support for Yamato
- Fix unit tests broken with streamlined workflow changes.
2.0.0-preview.10
[2.0.0-preview.10] - 2019-4-19
- Add ability for users to disable auto initialize at start. This should allow for hybrid applications that want to start in non-XR mode and manually switch.
- Fix play mode initialization so that we can guarantee that XR has been initialized (or at least attempted initialization) by the time the Start method is called on MonoBehaviours.
- Documentation updated to cover the above.
- Fixed a bug in the new Readme script code that caused a crash in headless mode. Seems the code was launching an Editor window and causing UIElements to crash on an attempt to repaint. We have a workaround to make sure we don't load the window if in headless mode and a bug is filed with the responsible team to correct the crash.
2.0.0-preview.9
[2.0.0-preview.9] - 2019-4-10
- Fix package validation console errors.
[2.0.0-preview.8] - 2019-4-10
- Fix package validation compilation errors.
- Remove .github folder from npm packaging.
[2.0.0-preview.7] - 2019-4-10
- Streamlining of the management system. Move XR Manager to a singleton instance on XRGeneralSettings that is populated by an XRManagerSettings instance that the user can switch in and out. NOTE: This removes the ability to use XRManagement for per scene situations. For hybrid or manual scenes the user will be responsible for instantiating/loading the XRManagerSettings instance they want and dealing with lifecycle themselves.
2.0.0-preview.6
[2.0.0-preview.6] - 2019-3-29
Fix up package repo information for rel mgmt.
[2.0.0-preview.5] - 2019-2-5
- Split documentation into separate audience files for End Users and Providers.
- Update package target Unity version to Unity 2019.1.
[2.0.0-preview.4] - 2019-2-5
- Fix an issue with with an NRE in the build processor.