mixed-reality-extension-sdk
mixed-reality-extension-sdk copied to clipboard
occasional weird error with actor attachment point
when attaching an actor to a user via attachment, occasionally not working as expected. ie, the object looks correctly attached to the hand from the users perspective. but from external user looks like the object is attached with a larger distance between the user and the hand (ie, behaves as if the local position had somehow been corrupted?).
Which host app is this - AltspaceVR? If so, I presume this is the new avatars? Which attach point are you using? If this is altspace, the 1st person model is slightly different than 3rd person, so we could have gotten it wrong
I will have to look further. This could be happening too, because I'm doing this in the onUserJoined callback.
You know, I think this was because the attached pieces were kinematic rigidbodies, so probably an artifact related to sync.
Edit: tested last night and saw a detachment of the colliders from one user's hands during an authorized user switch.