The editor gives 2 error messages: scene/main/node.h:446 - Parameter "data.tree" is null , every time I open a scene with a SoftBody2D node.
Steps to reproduce
Start a new project
Install SoftBody2D plugin from the AssetLib
Create a scene with Node2D as scene root
Add a SoftBody2D node
Load a .PNG image to the property: SoftBody2D - Polygon2D - Texture.
Close and then Open the scene in the editor will trigger the error messages.
Tested versions
System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (Intel Corporation; 31.0.101.4502) - 12th Gen Intel(R) Core(TM) i5-12450H (12 Threads)
Issue description
The editor gives 2 error messages: scene/main/node.h:446 - Parameter "data.tree" is null , every time I open a scene with a SoftBody2D node.
Steps to reproduce
Start a new project Install SoftBody2D plugin from the AssetLib Create a scene with Node2D as scene root Add a SoftBody2D node Load a .PNG image to the property: SoftBody2D - Polygon2D - Texture. Close and then Open the scene in the editor will trigger the error messages.
Minimal reproduction project (MRP)
N/A