Hello,
I have some issues creating items from the inventory tab.
When I write some text in the name or description it's look like godot is doing a lot of stuff in the background because the UI seems to lag.
When I type random text in the search items I have no issues so I guess there is some on change signals around that cause that lag
I am also gettings theses errors at the same time;
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
ERROR: Unicode parsing error: Unpaired trail surrogate (0 [lead?] de20)
ERROR: Unicode parsing error, some characters were replaced with � (U+FFFD): Unpaired surrogate (de20)
ERROR: Unicode parsing error: Unpaired surrogate (de20)
ERROR: Unicode parsing error: Unpaired surrogate (de20)
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
ERROR: scene/resources/resource_format_text.cpp:1534 - Method/function failed.
Edit : This seems to be caused by the autosave, when disabled I have no issues
Hello,
I have some issues creating items from the inventory tab.
When I write some text in the name or description it's look like godot is doing a lot of stuff in the background because the UI seems to lag.
When I type random text in the search items I have no issues so I guess there is some on change signals around that cause that lag
I am also gettings theses errors at the same time;
Edit : This seems to be caused by the autosave, when disabled I have no issues