We will start by adding new elements to our project and scene, including the 3D model and a user interface:
- Create your own folder inside the Assets folder of the Project window and name it @MyAssets. Then, create three other folders called Images, Models, and Scripts inside it:
- Now, from the resources of the project, copy the models and images into their respective folders in the Project window.
- In the Inspector window, change the chair.png and cinema.png images' Texture Type to Sprite (2D and UI) and click Apply. This will allow us to use them as UI elements later. The others ...