Tap on a 2D button
Hello community,
Am I missing something obvious or there is no way to handle a tap on a 2D billboard (or sprite) ? Either through a script or a component, i don't mind.
I just want to make a menu with 2 or 3 buttons, but it seems that the only things that can handle a tap event (or any touch activity) are either the whole screen or 3D meshes.
Thanx in advance.
Add a touch component to the sprite's object, then add a script using the tap event onto the same object as the sprite and touch components. Check out the soundboard template in Lens Studio to see how they do it.
Just perfect. Thank you :-)