Wie man ein 3D -Objekt erstellt, tun Sie beim Klicken etwas
using UnityEngine;
using System.Collections;
public class OnMouseDownExample : MonoBehaviour
{
void OnMouseDown()
{
print (name);
}
}
Horrible Hedgehog