appsinacup / godot-softbody2d

Godot SoftBody2D - Plugin that adds deformable 2D soft body.
MIT License
257 stars 13 forks source link

A lot of errors from skeleton modifications #3

Closed Ughuuu closed 6 months ago

Ughuuu commented 1 year ago

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: https://github.com/godotengine/godot/issues/73247

Ughuuu commented 6 months ago

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

ScriptlessWeek commented 3 months ago

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?

Ughuuu commented 3 months ago

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.

ScriptlessWeek commented 3 months ago

Thanks for the info, much appreciated.