Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
virsabi's avatar
virsabi
Honored Guest
6 years ago

Sample OVR skeleton: FixedUpdate() calling update()

Soooo. Am i missing something or is this not illegal?

I noticed the issue cause my collider capsules attached to hand tracked bones weren't updating position/rotation with rigidbody.MovePosition/rigidbody.MoveRotation. 

Removing it fixed my issue, although the physics update in other projects worked fine with the implementation.