Unity2d Haga clic en GameObject
// Object must have a collider and this script attached to the object
private void OnMouseDown()
{
Debug.Log("Clicked on object!");
}
Wandering Wryneck