Search Unity

Loading in runtime an FBX from server, without a prefab

Discussion in 'Editor & General Support' started by adre, May 6, 2014.

  1. adre

    adre

    Joined:
    Mar 28, 2014
    Posts:
    38
    Hello guys,
    i'm developing a webapp about interior design.
    I created a CMS where my client can upload the FBX of the models, and in the webapp the user can choose a model and place it into the stage.

    I am desperate because i can't understand how to dinamically import an fbx and make it a gameobject in the scene.
    The models are pretty simple ( no rigs nor animations, 1-2 materials at max ).

    I just need to load in runtime an FBX which is not in the resources and make it a gameobject.

    I really really really need help :-(
     
  2. Carpe-Denius

    Carpe-Denius

    Joined:
    May 17, 2013
    Posts:
    842
    You need do read the fbx-file by yourself. You can find several sites which have information on that topic.