Comment faire un objet 3D faire quelque chose en cliquant sur
using UnityEngine;
using System.Collections;
public class OnMouseDownExample : MonoBehaviour
{
void OnMouseDown()
{
print (name);
}
}
Horrible Hedgehog