Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config checker to be aware of XR SDK #7655

Conversation

keveleigh
Copy link
Contributor

Overview

First pass on making the configurator XR SDK aware. In this, a bool is added to XRSettingsUtilities which checks if an XR SDK plug-in is installed which disables legacy VR. In this PR, this stops the check for VR enabled from running, since the legacy API was always being checked against and returns false when an XR SDK package is installed. This was causing the configurator to pop-up on every asset reload when XR SDK is enabled.

Next pass would be to see if there's a way to configure the XR SDK loaders from code.

Changes

@keveleigh keveleigh added the Platform - XR SDK For Issues and PRs related to Unity's XR SDK pipeline. label Apr 14, 2020
@keveleigh keveleigh self-assigned this Apr 14, 2020
@keveleigh keveleigh force-pushed the update-config-checker-for-xr-sdk branch 2 times, most recently from 5633213 to c23d98c Compare April 14, 2020 05:00
@keveleigh keveleigh force-pushed the update-config-checker-for-xr-sdk branch from c23d98c to 068f281 Compare April 14, 2020 05:01
@microsoft microsoft deleted a comment from azure-pipelines bot Apr 14, 2020
@keveleigh
Copy link
Contributor Author

/azp run

@microsoft microsoft deleted a comment from azure-pipelines bot Apr 14, 2020
@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@keveleigh keveleigh merged commit efc89e4 into microsoft:mrtk_development Apr 14, 2020
@keveleigh keveleigh deleted the update-config-checker-for-xr-sdk branch April 14, 2020 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform - XR SDK For Issues and PRs related to Unity's XR SDK pipeline.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants