I have a single large vehicle in which all the players spawn into. The controls for the vehicle are spread out, so the goal is for the players to get to a destination by working together to move the vehicle.
So far, the players can all spawn into the room, move, and see each other. I added a Photon View (set to Takeover) and Photon Transform View to the vehicle which allowed the Main/Host player to control the vehicle and for the other players to see it move, but the other players are unable to interact/control the vehicle. I converted the vehicle into a prefab and used InstantiateRoomObject to create it along with the players, but it still did not work.
How can I make it so that all the players are able to control the vehicle AND all see its movement?