I am making a multiplayer game using Unity Netcode. When my player object approaches a planet object, I want to parent the player object to the planet so it moves with it. How should I do this please?
Trying to use RPCs, it seems to be difficult to get it to happen when playing as the client. I have no idea how to do it properly and can't find suitable tutorials.