Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Import an .fbx drawing runtime

Hi all,

I'm playing with Unity since 6 months, so i'm not an "expert".

I'm trying to develop an app by which is possible to select a 3D model (mechanical drawing in .fbx) from a list, import it and, by adding some components to the model, scale, rotate or move the model shown.

Moreover, while the application is running, the user should be able to copy and paste a new .fbx drawing to a specific folder and the application, by accessing that folder, should be able to open also the new file...

So the matter is: is there a way to import runtime an fbx file and instatiate it as game object?

Thank you for your help...

L

Tagged:

Answers

  • Options

    You will have to look into runtime model importers, but i had the same issue and eventually decided to go with .OBJ files. In the unity asset store there are some free .obj importers and they work as intended.

    The problem with .FBX is that they are not as "open" as .OBJ files, so there are not that many importers and if you find one they usually have a pricetag. Problem with these is that you don't know how they work, before you buy them.. So it really is up to you.

  • Options

    HI @lucatarozzi have you achieve load fbx at runtime ? i want to load fbx in one drive and adding some components to the model, scale, rotate or move the model shown.
    Thanks

Sign In or Register to comment.