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
Godot version:
3.2.1.stable OS/device including version:
windows 7 Ultimate X64 Issue description:
Godot cannot recognize the text file written to the content Steps to reproduce:
In a project, create a text-type resource(TextFile) in the file system
Then write something like this: [ { "amount": 1, }, { "path": "1/a.tscn", } ]
Save, close the project and reopen it
Godot couldn't edit it and would report errors
Godot version:
3.2.1.stable
OS/device including version:
windows 7 Ultimate X64
Issue description:
Godot cannot recognize the text file written to the content
Steps to reproduce:
In a project, create a text-type resource(TextFile) in the file system
Then write something like this:
[ { "amount": 1, }, { "path": "1/a.tscn", } ]
Save, close the project and reopen it
Godot couldn't edit it and would report errors
Minimal reproduction project:
demo.zip
The text was updated successfully, but these errors were encountered: