I’m looking for a way to seperate all these into different scenes, and I cannot find a soultion. Any tips, advice or pointers in the right direction would be a huge help. Thanks!
You can just open it in Blender and export each object separately. You can also separate them in Godot, if you want:
Open a new scene and add the asset pack to it. Then select one of the meshes and duplicate it. You then can right-click on the duplicated mesh and choose “save branch as scene”. It should open a new scene with just the one mesh. Repeat for each item in the asset pack.
1 Like
Another option is to write an import script to separate them all out.