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
Issue description
In my scene I have set up a few types of bushes and trees. For a bush I initially set up collision from another tree as Spawned Node3D. Later I changed it to another scene that fits more to the shape. However, sometimes it randomly reverts to the scene I initially set it to. I change it back again and for some time it works, but then again reverts.
Steps to Reproduce
Unfortunately I haven't been able to notice any rhythm or reason as to how this happens...
Minimal reproduction project
See above. This might be one of those hard to catch bugs since it happens very sporadically, and for some reason on one plant at that.
The text was updated successfully, but these errors were encountered:
Have a few ideas where this may be coming from: there is an array that is shared among all octree nodes, containing the list of meshes and scene to be used for different LODs. Probably something goes wrong when updating this array (possibly related to how Godot caches resources?).
Will investigate, but not urgently.
Godot version
v4.2.2.stable.official [15073afe3]
Plugin version
1.3.2
Platform
Windows 10
Issue description
In my scene I have set up a few types of bushes and trees. For a bush I initially set up collision from another tree as Spawned Node3D. Later I changed it to another scene that fits more to the shape. However, sometimes it randomly reverts to the scene I initially set it to. I change it back again and for some time it works, but then again reverts.
Steps to Reproduce
Unfortunately I haven't been able to notice any rhythm or reason as to how this happens...
Minimal reproduction project
See above. This might be one of those hard to catch bugs since it happens very sporadically, and for some reason on one plant at that.
The text was updated successfully, but these errors were encountered: