Yes, this is possible, but this topic does not look like relevant to Vuforia. It simply requires some programming in Unity (the fact that the 3D model is shown in AR with Vuforia does not affect how you do this).
A good way to start with, is to look at the Raycast hit method in Unity:
when we touch a model it plays audio?
Yes, this is possible, but this topic does not look like relevant to Vuforia. It simply requires some programming in Unity (the fact that the 3D model is shown in AR with Vuforia does not affect how you do this).
A good way to start with, is to look at the Raycast hit method in Unity:
https://docs.unity3d.com/Documentation/ScriptReference/RaycastHit.html
Thanks.