#Client-owned object vs player object
1 messages · Page 1 of 1 (latest)
The only real difference is that there can be only one player object per client. The player object has some handy shortcuts to quickly find other player objects.
Oh and player objects will be automatically moved to new scenes when they load
PlayerObjects are an optional feature in Netcode for GameObjects that you can use to assign a NetworkObject to a specific client. A client can only have one PlayerObject.