Search Unity

Question Can you load models at runtime?

Discussion in 'VR' started by ZeePintor, Apr 20, 2021.

  1. ZeePintor

    ZeePintor

    Joined:
    Apr 16, 2021
    Posts:
    2
    Hi guys,
    I'm a noob, so bear with me :)

    I saw this video


    I was wondering if it is possible to the same in VR? Is it also possible to do it locally (without requiring a server)?
    I want to do with .obj or FBX files too (or IFC, even better!).

    I would like it to be possible to choose in the app which model I want to navigate and look at.
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    By "it" I assume you mean using asset bundles (I'm not going to watch the video). If so, yes, you can do that in any Unity app, including ones that play in VR.

    I don't know what doing this locally (without a server) would mean, though. Do you mean just loading from a file? I've never tried that, but it looks possible.