Hi !
I am having trouble figuring out, how to tell server which Pawn to spawn for each player. In my game players can select and customize the Pawn in the menu, and I would like to tell server to spawn that specific pawn. I already managed to set up replication for customization but I am unable to tell server which pawn was selected before entering the server.
so to clarify, Player:
- chooses Pawn
- customizes previously selected pawn (data saved in save game file)
- host or join server (no lobby, i want server to spawn previously selected Pawns)
Thanks in advance !