Heads up on potential backwards compatibility issue with glb/gltf scenes.
I recently tested the latest version on my projects and noticed that objects previously loaded as Geometries are now interpreted as Nodes when loading scenes from GLB files. This change might be related to [Fix Gltf imported spatial names by riccardobl · Pull Request #2103 · jMonkeyEngine/jmonkeyengine · GitHub] and could potentially break compatibility with older scenes.
While I’m happy to adjust my scenes if maintaining a fast release cycle is a priority, I recommend adding a warning in the release notes about this potential backwards compatibility risk. This will help others anticipate and address any similar issues in their projects.