Search Unity

Loading unity models from server in iOS app

Discussion in 'iOS and tvOS' started by Mathias_L, May 25, 2018.

  1. Mathias_L

    Mathias_L

    Joined:
    May 25, 2018
    Posts:
    2
    Hi,

    we want to build a app where the customer have a login page and can download unity models (save) and show at arkit view controller...

    Is this general possible? Server and general import of unity is no problem but can I integrate on a complied app the downloaded model?

    Thx
    Mathias
     
  2. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,736
    Have a look at our AssetBundles feature, sounds like what you want is very similar to what Asset Bundles allow.
     
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,447
    alternative options: (if its just "raw" models)
    - there are .obj and .fbx loader plugins (free and paid)
     
  4. Mathias_L

    Mathias_L

    Joined:
    May 25, 2018
    Posts:
    2
    Ok - thx. I think a integration in a native swift app is not possible.
    Is it possible to connect the asset bundle or loader with a qr code scanner or account system?