Search Unity

Unity Parallax 3D Object

Discussion in 'Getting Started' started by fl00fy, Feb 5, 2019.

  1. fl00fy

    fl00fy

    Joined:
    Jan 28, 2019
    Posts:
    3
    hi, so i would like to create applications similar to
    and

    i created a few 3D objects for this purpose in the blender, but i do not know how to move the back of this object in unity because i am a beginner, can you give me some tips on how to figure this out? i’m not talking about a ready solution or something, i just do not know how to ask a specific question.
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    First, move in response to what? Are you making a mobile app, which you want to respond to tilting of the phone? Or a desktop app? Or VR?
     
  3. fl00fy

    fl00fy

    Joined:
    Jan 28, 2019
    Posts:
    3
    thats correct, i want to create a mobile application that reacts to tilting of the phone, just like 2nd link.
    as i mentioned, i made a similar shape in the blender and now i do not know what to do next xd
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Well, then you'd use accelerometer input to move your object/shape accordingly.

    If that link doesn't give you enough, then you probably need to back up and work through some of the tutorials you'll find via the Learn link at the top of this page.