I have several sprites in 3D space, and I want to make them act like buttons (clickable/touchable). Any ideas?
I’m assuming you’re a complete beginner? so either look into ray casting (which you might find difficult if you’re new to programming) or look into the OnMouseUp () functions built into mono behaviours
No, not at all. I’m just asking for a trick for creating “buttons” that are not part of GUI.
I think raycasting solves this.