- Home /
MouseDown Event doesn't work with NGUI Sprite.
My gameobject has Script and Collider. Script: void OnMouseDown() { Debug.Log("test"); }
Comment
Any change there is another collider in front of the object? If you do a Raycast from the mouse position, what do you hit?
Your answer
