-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationenhancement
Milestone
Description
Sorry if that sounds like duplicated from:
godotengine/godot#9984
but i realized i had posted at the wrong place, here is the correct place to post this issue.
Operating system or device - Godot version:
Ubuntu 14.04 Godot 3.0 alpha
I was following this tutorial:
http://docs.godotengine.org/en/latest/learning/features/misc/saving_games.html
and got this error:
Invalid call. Nonexistent function 'to_json' in base 'Dictionary'.
i took me a while to figure out that insted of:
savegame.store_line(nodedata.to_json())
i should do that:
savegame.store_line(to_json(nodedata))
schaeggi, clbhundley, douglasdriving and and3rson
Metadata
Metadata
Assignees
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationenhancement