ERROR: import1: Condition ' !importer.is_valid() ' is true. returned: ERR_FILE_UNRECOGNIZED

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By apb1963
:warning: Old Version Published before Godot 3 was released.

I’m trying to follow the tutorial here
http://docs.godotengine.org/en/stable/tutorials/step_by_step/instancing.html

I got as far as “Simply browse to inside the project location and open the “engine.cfg” file. The new project will appear on the list of projects. Edit the project by using the ‘Edit’ option.”

I clicked on “Import & Open” as the only other choice was simply “Import” or cancel. I got the following when run from the command line.

$ from path…
Saving to: res://BATG2/engine.scn
GET FLAGS: 98
ERROR: import1: Condition ’ !importer.is_valid() ’ is true. returned: ERR_FILE_UNRECOGNIZED
At: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2150.

Any ideas?

Thank you in advance!

:bust_in_silhouette: Reply From: Zylann

You made these steps on the wrong screen. It’s not about importing a 3D scene, but opening a pre-made project.

As shown with the images, the tutorial asks you to do this from the Project Manager, not the editor. The Project Manager is the thing that opens when you run Godot directly.