I know how to save for computers, but not for mobile.
Could anyone help me?
I know how to save for computers, but not for mobile.
Could anyone help me?
Are you asking about saving the values of variables in a file, such as the game state?
It works the same way on a mobile device as on a computer. There's an example here (Godot 4.0):
https://docs.godotengine.org/en/4.0/classes/class_fileaccess.html#fileaccess
Thank you!