📅  最后修改于: 2022-03-11 14:48:49.383000             🧑  作者: Mango
// Object must have a collider and this script attached to the object
private void OnMouseDown()
{
Debug.Log("Clicked on object!");
}