I have my multiplayer structure done, players can create a server, join it etc…
What I want to do is to make players save their position on the server and then when they re-log they get instantiated on the last position they were. I tried a .xml file in the server, but it gives me a lot of work and I don’t know if it is the best way.
Can someone tell me how can I make this ? I don’t want to use database.
Thank you.