Archive 17/01/2023.

Current build AssetImporter error

George1

Hi, It seems like the Asset Importer from the editor is broken in current build in Github.
I tried to import model from the editor and get this error.

ERROR: Failed to execute AssetImporter to import model.

AssetImporter.exe existed inside the tool folder.

weitjong

What is your build options and build configuration?

George1

I used CMake 3.4.3 like I did before. I configure using the default option with static library for visual studio 2015.

The Urho library engine runs find. Just the editor having that AssetImporter error.

Regards

weitjong

That is only the build options. How about the build configuration? Did you use Release build config or Debug build config? On Windows platform the Debug build config generates binaries with “_d” suffix. However, the Editor script currently always expects to find the Release-built “AssetImporter.exe”. If that is indeed your issue then you could raise it as an issue in our GitHub issue tracker.

George1

Hi Weitjong, thanks I only build using debug in visual studio. I will build using release option, when I get access to my PC tonight.

Thanks mate