Search Unity

Hi i need to develop a product configurator that displays the bag and its internal view.

Discussion in 'General Discussion' started by Mohanvel, Aug 23, 2017.

  1. Mohanvel

    Mohanvel

    Joined:
    Aug 22, 2017
    Posts:
    5
    Can you guide me how to develop? (Am new to Unity)

    I need something like this

     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,448
    wccrawford, theANMATOR2b and Mohanvel like this.
  3. Mohanvel

    Mohanvel

    Joined:
    Aug 22, 2017
    Posts:
    5
    What will be the approximate timeline for developing the basic configurator?
     
  4. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,448
    Depends on lots of things really.. like:
    what kind of models, format, are they unity/game ready with materials, how many models,
    internal view is just hiding cover or actually opening the bag, have to update models after publish,
    any other features..

    but if you want to make super simple one:
    - 1 ready model with materials
    - select object to set color for
    - fixed color selection buttons
    - camera orbit (there's ready scripts available)

    that would be literally only few lines of code..
     
    makemydaypunk and Mohanvel like this.
  5. makemydaypunk

    makemydaypunk

    Joined:
    Aug 12, 2017
    Posts:
    28
    It's more of an art driven project, you will want a model rigged with an opening animation that you can play.

    The new Timeline tools should allow you to change the camera view or you can animate the cameras pivot or use a new camera.