how do i get a OnMouseEnter and OnMouseExit scrips for the Unity
1 Answer
1Short answer: You either write them yourself or you copy/paste them from the Scripting Reference. Basically, create a new Javascript and create these functions in it. See http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour.OnMouseEnter.html
Could you explain yourself better?
– anon19470065