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

Fixing various warnings with MRTK3 samples #13

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Fixing various warnings with MRTK3 samples #13

merged 2 commits into from
Aug 10, 2023

Conversation

AMollis
Copy link
Contributor

@AMollis AMollis commented Aug 10, 2023

Fixing various warnings with MRTK3 samples

  • The "EyeLEvelSceneOrigin" warning is a false positive on Editor.
  • The "InteractorBehaviorControls" warning is ignorable, but easy to fix by removing unused field in sample code.
  • The "ScrollablePanel" prefab is missing a required component.

Issues

…"InteractorBehaviorControls" warning is ignorable, but easy to fix by removing unused field in sample code. The "ScrollablePanel" prefab is missing a required component.
@AMollis AMollis enabled auto-merge (squash) August 10, 2023 22:30
@AMollis AMollis merged commit 2edf78e into MixedRealityToolkit:main Aug 10, 2023
@AMollis AMollis deleted the user/amollis/fix-warnings branch August 10, 2023 23:05
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.

Fix Warnings in Samples
2 participants