MRTK-Online
MRTK-Online copied to clipboard
Normcore doesn't update with docking
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?
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.