Unity Parallax 3D Object

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.

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?

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

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.