Create Virtual Buttons

+1 vote
asked Oct 1, 2019 by helzyus (130 points)
Hello there. Im new to EasyAR and I have the following question. Is it possible like in Vuforia to create virtual button in order to change a video in the same image target.

Ex:. I have a Image target and when I point my tablet Will have several buttons in order to choose the video I want. Best Regards,

Ricardo M. Dias

1 Answer

+1 vote
answered Oct 1, 2019 by rlmidiaalvs (2,440 points)
Hello,

Do you mean a static button on screen?

You can use 'Canvas > buttons'.

Set 'your_button.setActive(false)' when AR is not scanned and Awake().

When AR is scanned, set button to true (your_button.setActive(true)).
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...