I would like to add 3d object from own Server on my iPhone APP.
How can I open and draw FBX file get from own Server on iPhone with UNITY’s library?
or
Dose anyone have any ideas how I can add 3D object from own Server?
Masaya
I would like to add 3d object from own Server on my iPhone APP.
How can I open and draw FBX file get from own Server on iPhone with UNITY’s library?
or
Dose anyone have any ideas how I can add 3D object from own Server?
Masaya
ou have to write an own loader (independent on the unity platform in question)
models are not supported for loading from the outside unless they are part of an asset bundle
Thx for your reply.
I am trying writing loader.