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

Fixed MRTK3 so it can compile in Unity 2022 with no automated code changes. #11668

Merged
merged 4 commits into from
Jul 3, 2023

Conversation

AMollis
Copy link
Member

@AMollis AMollis commented Jul 3, 2023

Overview

Fixing MRTK3 so it can compile in Unity 2022 with no automated code changes. Changes include:

  • Added code changes to handle Handles.FreeMoveHandle changes in Unity 2022
    • This required to removing rotation handles in the VectorHandle function, since the new version of Handles.FreeMoveHandle doesn't support rotation. I think this ok. Nothing is actually using the VectorHandle function,
  • Removed ProjectAuditor from test project, since the latest version is not compiling in latest Unity 2022.

Changes

@AMollis AMollis merged commit 4427460 into microsoft:mrtk3 Jul 3, 2023
8 checks passed
@AMollis AMollis deleted the user/amollis/mrtk3/fix-for-2022 branch July 3, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants