How add to scene model from .obj in Godot 3?

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

Hi everyone.

I maked simple model in Blender and export it as .obj. I try add it to scene by drag it from files list but I have saw empty box only. How to import model from .obj properly in Godot 3? If use .dae format, then it’s all right.

:bust_in_silhouette: Reply From: DriNeo

You need a MeshInstance node first, then you can drag your .obj to the first property of this node. If drag and drop doesn’t work click on the property and choose “load” in the dropdown list.

It’s doesn’t work. I wrote short video to illustrate my problem. My OS is Windows 7 (64 bit). Blender 2.79.

Mintormo | 2017-11-11 20:59

I’ve seen that too. It just doesn’t load anything, the property is still set to “null”. They really fucked up the import system for G3.

rredesigns | 2017-12-17 20:15