Hello. I’m just getting started with unity. A while ago, I did a monument on Blender. I’d really love to do a virtual tour of this monument. The thing is, I don’t know where to start. I found out how to move in the space with my keyboard but what I want is to have a rectangle at the bottom of the screen with the different possibilities (go up, down, left, right,…) and you have to click with your mouse to choose where to go in the space. Do I need to create this rectangle and the various possibilities in 3D? Could someone help me with the script? Thanks a lot.
There are multiple ways of creating the rectangle with various selections that can be clicked to make something happen. One place to start for creating interfaces is GUI. If you take a look at the reference page for GUI.Button(), there is a script that displays a texture (bitmap) that can be clicked on. You’ll need one image per button that you want clicked.