Godot Version
GODOT VERSION 4.2.1
Question
Hi, I have been trying to make a save system where the Data is saved inside JSON.
I used this weird way to ask question because godot forum doesn’t allow new devs to include multiple pictures in a post.
The issue is that When I Click Save (NEXT to TOGGLE), the program saves the file correctly with the correct information. But it wont display until you reload the file again after closing and reopening the game window.
How Can I Reload the file in game so that the user didn’t have to close and reload the file again and again for every change???
Please Help…How can I skip the manual reload process and reload the file in game only without closing and repoening the file???
Code Link HERE…