Search Unity

Is it good to use unity for an online store app?

Discussion in 'General Discussion' started by eiwzkart, May 25, 2016.

  1. eiwzkart

    eiwzkart

    Joined:
    Feb 25, 2016
    Posts:
    62
    we made an online store app with iOS native, however as we wanna add a 3D viewing functionality we considered intergrating unity into our previous project, but we're facing a lot of problem, so I started to think maybe we can just use unity to develop the whole thing? is it good?

    our programmer are really worry about the effeciency of version upgrading, they think iOS native is more suitable for developing such an online-store app.

    is there any one has similar experience with this poiont?

    thanks for any discussion
     
  2. Deleted User

    Deleted User

    Guest

    It is not that efficient to use unity because the build size is usually pretty large, especially true on android its likely the same on ios. Native will always be faster than using unity, you may consider hiring a graphics programmer if all you need to do is display a product in 3D. ios uses opengl es which allows you to create vertex and index buffers to create meshes and apply glsl es shading for textures and lighting. it probably wouldn't take too long to implement and would be way more efficient than using unity. You could also port it over to web gl quite fast too for a web store