
This occurs because you do not have Blender imports configured with Godot. See the documentation on Blender imports in Godot here: https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_scenes.html#importing-blend-files-directly-within-godot
In order to load the project, you must install Blender https://www.blender.org/ as this is what's used for the 3d models. The models are meant to be automatically loaded in using Blender within Godot but this needs to be configured.
After installing Blender, locate the install directory. For example, here is the location for my Blender on Linux:

Blender locations for Linux, Windows, Mac are documented here: https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html
Once you have identified your blender install path, go to the Editor option in the top left menu in Godot. Then select Editor Settings

Then go to FileSystem > Import and paste your Blender path into Blender 3 Path.

Afterwards, just reload the project and it should work now.

This occurs because you do not have Blender imports configured with Godot. See the documentation on Blender imports in Godot here: https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_scenes.html#importing-blend-files-directly-within-godot
In order to load the project, you must install Blender https://www.blender.org/ as this is what's used for the 3d models. The models are meant to be automatically loaded in using Blender within Godot but this needs to be configured.
After installing Blender, locate the install directory. For example, here is the location for my Blender on Linux:

Blender locations for Linux, Windows, Mac are documented here: https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html
Once you have identified your blender install path, go to the Editor option in the top left menu in Godot. Then select Editor Settings

Then go to FileSystem > Import and paste your Blender path into Blender 3 Path.

Afterwards, just reload the project and it should work now.
