Godot Version
Godot 4.2
Question
Is it possible to change the bounding box of an object in the editor? I use some dummy objects (for spawning etc) with a Label3D node that has the Billboard flag set to true. The problem is that the selection box is the size of the text and as the text can get relatively wide the selection box is all over the place. I tried setting the Custom AABB but that doesn’t get recognized in the editor.