PUN2 Nested PhotonViews possible to have separate control?

Hi,


I have a tank with a child object which is a turret. The tank parent has a photon view and the turret has a photon view. I want to be able to allow one player to drive the tank and one player to rotate the turret. Is this possible?

At the moment I can have the player drive the tank and a player rotate the turret but the rotation or movement is only synced when one player is in the tank. If both are in the tank the tank movement is synced but the turret rotation does not get synced. I pass ownership of either the tank driver or tank turret when players enter the tank.

Is there something special I must do for nested child photon views?