Login
Login
Register
EasyAR Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
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
unity
ar
virtual
android
video
Please
log in
or
register
to answer this question.
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)).
Please
log in
or
register
to add a comment.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...