-1

ON click the UI button to import 3d object or FBX from local folder in COMPUTER and how to access the local folder in runtime ?? (UNITY3D)

Thank YOU

derHugo
  • 83,094
  • 9
  • 75
  • 115

1 Answers1

0

You will need to write your own File Browser (or use someone's else). Then using some FBX reader nuget package interact with Unity API... It's really not easy. You may want to see this thread - How can I load FBX file in Unity runtime? .