How to import ASCII .FBX files into Unity
Posted: 2015-03-30 13:11
How to import ASCII .FBX files into Unity (Unity3D), a quick tutorial. This works with Unity 5.x.
We need to use UmConverter. This software is a standalone converter between ownformat(.bos) and fbx(.fbx). You can get it from http://umconv.render.jp/. I currently use version "DOWNLOAD__ver20150131_7.5MB".
Cache:
"User preferences":
"Install from file":
Choose the "io_scene_box_fbx.zip":
Mark the checkbox to activate it and "Save user settings":
Done!
You can now just drag and drop the .FBX file into a Unity project.
We need to use UmConverter. This software is a standalone converter between ownformat(.bos) and fbx(.fbx). You can get it from http://umconv.render.jp/. I currently use version "DOWNLOAD__ver20150131_7.5MB".
Cache:
"User preferences":
"Install from file":
Choose the "io_scene_box_fbx.zip":
Mark the checkbox to activate it and "Save user settings":
Done!

You can now just drag and drop the .FBX file into a Unity project.
