I'm a developer on Roblox, and am just now trying out new game engines to work on such as Godot. While my time in Roblox has provided me with fun and valuable experiences, I decided to move onto more challenging but faster languages (such as C++), and to a less limited game editor. Godot seems like a lightweight, reliable alternative in general, and meets everything I wanted in the engine; however, upon trying to import some of my Roblox models into the editor, I found that each time the mesh would have no bounding box, no way of selecting it outside of the node tree (I can't click on it or use a selection box), and no visibility.
When selected it appears as normal in the Inspector viewing window, so the engine clearly knows what to do with it, and the translation tools appear around it like normal (though the bounding box can't be seen).
Does anyone know a way of debugging or fixing this? Any help would be greatly appreciated - I'm hoping to move onto programming my first objects soon and doing some testing with the engine...
Thanks in advance, Dominic