ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
305 stars 33 forks source link

Errors Combined with OpenXR #65

Open lunarcloud opened 1 year ago

lunarcloud commented 1 year ago

Describe the bug Tries reimporting a json file from the openxr plugin, over and over again - the "reimporting" popup doesn't stop.

editor/editor_file_system.cpp:1759 - Error importing 'res://addons/godot-openxr/runtimes.json'.

To Reproduce Have godot-openxr and inkgd installed and both enabled.

Expected behavior the json support to ignore files in other addons.

Environment:

Additional context Can be fixed by forcing re-import of the other plugin's json file as "Keep File (No Import)"

ephread commented 1 year ago

Thanks for reporting the issue! I'll have a look.