From the course: AR Development Techniques 04: Advanced Techniques

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

AR setup, part 2

AR setup, part 2

From the course: AR Development Techniques 04: Advanced Techniques

Start my 1-month free trial

AR setup, part 2

- [Instructor] So as we discussed, let's move these lays buttons at the same position as the download buttons but behind them. Right now they are in front of them, put it behind the download buttons, we have to select all and move them on top. So now the download buttons are at the front and the place buttons are behind them. So first let's anchor them. Lee's table is bottom right? Lee's chair is bottom. Lee's sofa is bottom left. Now let's write the code to hide the download buttons when a particular furniture model is downloaded. So after a particular model is downloaded we want to hide its button. So first we need to get the access to download buttons inside the script. So let's create three variables, public game object sofa download button, public game object chair download button and public game object table download button. So after the sofa is downloaded we'll set the sofa download button to…

Contents