You are currently viewing UniFBX (2)

UniFBX (2)

Download UniFBX (2) FREE Unity. 

FBX Mesh Importer At Runtime

Sometimes, we need to load 2D/3D assets at runtime in our unity application. We can do this by saving it into the Resources folder in the unity editor and they’ll be available after compilation to load them at any time. The Asset Bundles is an option to store assets to load them from a hard disc, an sd card or, even, a server location. However, all these options need to use unity editor and, the asset bundles case, Unity Pro Edition is required.

1. This library works with 2D/3D models imported from FBX SDK 2012, 2013, 2014, 2015, 2016.

2. ASCII importation from 3D Editors like Maya, 3DMax, Cinema4D.

3. Setting folder or URL containing FBX files

4. Setting folder or URL containing JPG, PNG, DDS, TGA format for textures (embedded textures or not).

5. Main thread or async load mode implemented.

Leave a Reply