MRTK-Online icon indicating copy to clipboard operation
MRTK-Online copied to clipboard

Normcore doesn't update with docking

Open reeseras opened this issue 3 years ago • 1 comments

Docking doesn't seem to work with objects that have a RealtimeTransform component. They jump back and forth between the docking position and the last position Normcore had it in. I think the docking script needs to request ownership, but when I tried to implement that myself it didn't work. I also tried creating my own script that calls ownership on the object when it enters the collider (or while it's in the collider), but that didn't change anything either. Is there another way around this?

reeseras avatar Apr 30 '21 21:04 reeseras

Seems like a boolean for whether the object is docked or not would also need to be sent through Normcore servers, otherwise the object only undocks properly for the person who grabbed it, not anyone else.

reeseras avatar Apr 30 '21 21:04 reeseras