What is "ownership" in this case?

Options

I have a cube in the middle of a scene. It has an XR Simple Interactor attached. I don't want it to be grabbable, moveable (which it isn't). I have the Hover event wired up (it just changes the cube's color).

It works single player of course but I would like to understand the PUN ownership rules better. Will this work regardless of which player points their raycast on the cube? Must ownership be transferred in some way before the RPC will work?

If so, I see the Ownership Transfer options is there one that would transfer ownership to the player currently pointing at it?

Thanks.

Comments

  • tleylan
    Options

    OK I seem to have discovered that this does not require a transfer of ownership and if I set the Ownership Transfer setting to Fixed it wouldn't change the owner in any case.