ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors Combined with OpenXR

lunarcloud opened this issue · comments

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:

  • OS: Kubuntu 22.04
  • Godot version: 3.5.1
  • Inklecate version: 1.0.0
  • inkgd version: 0.4.7

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

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