You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im not sure what happened but somehow I'm in a state where I cannot run my game with SaveMadeEasy active. The error I see is Trying to assign value of type 'Nil' to a variable of type 'Dictionary'.
Hello, sorry for the late response. This error message refers to trying to set Nil (null = invalid) data as a Dictionary, from what I can tell. This might come up due to the code not finding the save file. But if you send me your project, I'm happy to investigate.
Hi, I had exactly the same issue. What helped me:
I changed the variable "@export var clear_save_data_on_start : bool = false" in the "save_system.gd" script once to "true" and restarted my project. Then the error was gone.
Maybe this helps. Cheers.
Im not sure what happened but somehow I'm in a state where I cannot run my game with SaveMadeEasy active. The error I see is
Trying to assign value of type 'Nil' to a variable of type 'Dictionary'.
I've tried
#SaveSystem.delete_all()
#SaveSystem.clear_all_data = true
#SaveSystem.clear_save_data_on_start = true
#SaveSystem.save()
No luck.
I've uninstalled and reinstalled and the same error still appears.
Can someone tell me how to get this back into a working state? I would really like to use this add on!
Thank you
The text was updated successfully, but these errors were encountered: