I need to make sure the player's data (like position) is up to date when it crashes and then reloads. How can i do this? In many mobile games, the player's progress is always up to date, but I don't know how this is implemented. When changing a parameter, overwrite it? Will this affect performance?
↧