Hi guys
can i import FBX file at runtime and view it, if yes I need to if it will work on mobile also
Thank
Hi guys
can i import FBX file at runtime and view it, if yes I need to if it will work on mobile also
Thank
If it’s not included in the build then you’ll need to write your own importer or, if you have Pro, use Assimp (or something similar) as a native code plugin.
KelsoMRK is correct.
However, if what you really want is a model (no animations), you could use an OBJ importer instead. Those already exist and you can just use them, instead of writing your own.