Hi,
The situation that I have, its a multi object model with a details panel (3D Cube with Text as child) above it. I would like to have a details panel appear whenever its object is AirTap on. If another object is selected the current active details panel will disappear and the new objects detail panel will appear in its place.
Any suggestion about the best way to approach this or code required that I could reference?
Thanks!!
I think you want to use a physics ray cast with the gesture tap event in order to see were the user is looking, and if you hit that object enable and disable the required panels for the details needed.
Doc for Raycast