- Home /
steps on to have a glowing object on mouse over.
how can my object able to glow on mouse over. what are the things i need to do. please help.
Answer by Thom Denick · Jan 15, 2011 at 06:10 PM
For GUI objects, see this answer:
http://answers.unity3d.com/questions/8217/mouseover-detection
For 3D objects see this answer:
http://answers.unity3d.com/questions/35784/change-mouse-cursor-on-mouseover
http://answers.unity3d.com/questions/10591/text-box-pop-up-on-mouseover
It basically comes down to this script:
http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour.OnMouseEnter.html
If you are not familiar with how to use the scripting side of Unity, I'd recommend running through a bunch of tutorials to buff up your knowledge first.
Your answer

Follow this Question
Related Questions
OnMouseEnter over a Collider, what's the distance? 1 Answer
How do I detect when mouse passes over an object? 4 Answers
How to make a lot of simple interaction that triggers a lot of animations? 1 Answer
Trying to attach OnPointerEnter script to prefab 0 Answers
Additional information on mouseover in the inspector 4 Answers