Godot Version
4.2.1
Question
Could anyone guide me or point me to examples on how to save and load a game in c# using the available facilities in Godot 4.2?
4.2.1
Could anyone guide me or point me to examples on how to save and load a game in c# using the available facilities in Godot 4.2?
@dalo You may wanna check out this part of the document here in C#: Saving games — Godot Engine (stable) documentation in English
Thank you.