User Player Component
UserPlayer component is a data container for the users data. We use it to sync names , keep a reference to active STP Player, Kills count.
In future we will use this for managing loadout, customizations for each player.
Once the UserPlayer component is initialized by the client. Server calls a method on GameplayMode and spawns the STP Player.
Read more about GameplayModes on the next group.
Last updated