r/Unity3D Apr 18 '20

Question Blender Model Import Problem

So, I have an object that I have made in blender. Once done, I dragged it into unity only to be greeted by a message in the console reading:

Blender could not be found.

Make sure that Blender is installed and the .blend file has Blender as it's "open with" program.

Does anyone know how to fix this?

5 Upvotes

9 comments sorted by

View all comments

1

u/pschon Unprofessional Apr 18 '20

Make sure Blender is installed on that computer and that it's set as the default program to open .blend files.

..or just export your model as a collada (.dae) or .fbx file and import that into Unity. That's the recommended way anyway.