Search Unity

Unity Gallery

Discussion in 'Getting Started' started by codytolene, Mar 23, 2016.

  1. codytolene

    codytolene

    Joined:
    May 17, 2015
    Posts:
    2
    Im interested in creating a 3D gallery specifically to show 3D models on mobile devices. I would like it to funtion as a regular textual phone app with search and filters etc (similar to what is available through angularjs) really only utilizing unity for the displaying of 3D models. So my question to you pros out there is, is this an easy feat with Unity?
     
  2. Freakyuno

    Freakyuno

    Joined:
    Jul 22, 2013
    Posts:
    138
    Ryiah likes this.
  3. codytolene

    codytolene

    Joined:
    May 17, 2015
    Posts:
    2
    Thanks for your input I will definitely be looking into these.
     
  4. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,153
    Not really. It can be easy if you don't mind bundling up the models as asset bundles, but if you need to load the models at runtime from their original format(s) then you will need to write your own scripts to do that as the official importers are only available from within the Unity editor.
     
    Kiwasi and JoeStrout like this.