Skip to content Skip to sidebar Skip to footer

How To Use .fbx File In Android Studio?

I need to implement 3D model in my app. I have .fbx file and I want to implement it. I tried with .obj file and it is working but I am not able to use .fbx file. Can you please he

Solution 1:

You may need to use Unity3d to import the ".fbx" file and build it to run in Android. Unity3d will generate ".apk" file.

Following link may help you. http://www.goprogramming.space/unity-and-android-studio-integration/

Post a Comment for "How To Use .fbx File In Android Studio?"