#Import model from Blender into Godot
1 messages · Page 1 of 1 (latest)
take a look at https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_3d_scenes/available_formats.html -- you can use .blend files directly
Godot Engine documentation
When dealing with 3D assets, Godot has a flexible and configurable importer. Godot works with scenes. This means that the entire scene being worked on in your favorite 3D modeling software will be ...