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

Bug/unity 1542 pose recorder scene grab ball disconnected and simple interaction glow spams log #1668

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Packages/Tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Multi device mode will no longer be requested on Connection if arg is set to false
- Fixed issue with Unity 6 triggering warnings for scripts that need to be upgraded due to Unity 6 API changes
- Fixed a broken meta file in Physical Hands XR Examples
- Fixed a frequent editor freeze that would occur when the Leap service is stopped/uninstalled
- Fixed a frequent editor freeze that would occur when the Leap service is stopped/uninstalled
- Fixed issues with pose detection scene where the grab ball was not moving the panel, SimpleInteractionGlow script was outputting NullReferenceExceptions and it was possible to push the record button out of the UI panel

### Known Issues
- Multiple issues present in the Pose Recorder Scene - grab ball does not work, pose record button falls through panel and flies away, NullReferenceException raised by SimpleInteractionGlow script
Expand Down
Loading