appsinacup/godot-softbody2d

A lot of errors from skeleton modifications

Ughuuu opened this issue · 4 comments

Ughuuu commented

Right now, you will see errors like this:

Bone2D node cache is out of date. Attempting to update...

There is already an open issue on godot repo: godotengine/godot#73247

Should be fixed in godot 4.3. The linked issue was closed.

Is this the same issue? I'm using 4.2.2 on linux mint with a fresh project.
I get this error when I run a scene with the softbody2d using icon.svg with no modifications.
Screenshot at 2024-07-17 15-42-43
Then at the very end I also have this
Screenshot at 2024-07-17 15-43-49

Is it still usable or should I wait for 4.3?

It is usable, before 4.3 there is a warning, harmless. After 4.3 the warning doesn't spam anymore. If anything the warning just might affect performance a bit(because its logging so much).

You can give a try to 4.3 beta version.

Thanks for the info, much appreciated.