arkology / ShaderV

Godot Visual Shader Plugin
MIT License
800 stars 41 forks source link

"Missing a category" warning in Godot 4.3 #25

Closed eobet closed 2 weeks ago

eobet commented 1 month ago

Not sure what this is about?

image

arkology commented 1 month ago

Oh, it looks like _get_subcategory() was removed in version 4.x and that may be the source of this warning. But I'm not sure, I've never seen this warning before.

arkology commented 4 weeks ago

Ok, I did stupid test - added custom node from official documentation (https://docs.godotengine.org/en/latest/tutorials/plugins/editor/visual_shader_plugins.html) and have the same warning with officially provided example. And this warning doesn't exist in 4.2.x version. So there is something wrong with docs or the engine. @eobet could you please open issue in Godot engine repository? I would appreciate it.

arkology commented 2 weeks ago

Will be fixed with next Godot Engine release (4.3.1).