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

Updated API and SDK compatibility #1387

Merged
merged 2 commits into from
Nov 20, 2017

Conversation

StephenHodgson
Copy link
Contributor

@@ -13,8 +13,10 @@ public static class WindowsApiChecker
static WindowsApiChecker()
{
#if !UNITY_EDITOR && UNITY_WSA
#if UNITY_2017_2_OR_NEWER
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these calls need to be #ifed out? It seems like they'd just return false on earlier build targets.

@StephenHodgson StephenHodgson merged commit 405bb16 into microsoft:master Nov 20, 2017
@StephenHodgson StephenHodgson deleted the MRTK-API_SDK branch November 20, 2017 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants