I’m a newbie in AR development, and I’ve just jumped into 8th Wall! For my first project, I’m cloning the Absolute Scale project to import a 3D GLB file and add functionalities to it. However, I can’t find a way to solve a simple problem: I want to show/hide an image when I click on a UI button.
For example, when I click an “Info” button, a pop-up image should appear over the button. I’ve spent a few hours trying to figure out how to do this, but now I’m reaching out to you for help!
I’ve created my UI button and added my UI image, but now I’m stuck. Do I need to write some TypeScript code to achieve this show/hide functionality?
Thanks a lot for your help!
Ben