XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
308 stars 34 forks source link

XRTK Pointers don't work if the camera rig is moving fast #902

Open FejZa opened 2 years ago

FejZa commented 2 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

When the camera rig is moving fast, e.g. it is parented to a "Car", the controller pointers become unusable as they can't catch up with the rig's movement.

To Reproduce

StephenHodgson commented 2 years ago

Might have something to do with the translation logic or some inconsistency with the physics update vs transform update.