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
I provide a plugin GdUnit4 with a lot of custom class implementations, by using class_name.
e.g. GdUnitTestSuite, which is inherited by many test classes.
When I try to open the Create Node Dialog by pressing the add icon in the scene editor, the dialog hangs for about 10s.
I can see all the engine nodes and my custom nodes.
When I use the filter, it hangs again every time I enter something and makes using the dialog bad
I guess this is relates to the massive increased loading time of script classes.
I want to exclude my plugin classes from the this Dialog.
On the latest beta version is used this pice of code to remove, but it not works on RC1 anymore
Godot version
v4.0.rc1.official [8843d9a]
System information
Windows 10, MacOS
Issue description
I provide a plugin GdUnit4 with a lot of custom class implementations, by using
class_name
.e.g. GdUnitTestSuite, which is inherited by many test classes.
When I try to open the
Create Node Dialog
by pressing the add icon in the scene editor, the dialog hangs for about 10s.I can see all the engine nodes and my custom nodes.
When I use the filter, it hangs again every time I enter something and makes using the dialog bad
I guess this is relates to the massive increased loading time of script classes.
I want to exclude my plugin classes from the this Dialog.
On the latest beta version is used this pice of code to remove, but it not works on RC1 anymore
plugin.gd
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: