- Home /
need advice about making object to stand out
i need some advice about how to make object that i select in my game stand out. currently when the mouse is over the object but it is not selected object goes 100% yellow and that is fine. but when i select object i would like to have it stand out in some way. i first thought it might be good idea to make a copy of it, make it transparent and lerp the size so it becomes bigger than smaller or something like that. but the objects are different sizes and pivot points arent in the middle of the object so that would not work. so any suggestions here? i thought about using particles but that is not that simple.
thanks in advance for suggestions!
This is too subjective and should be moved to the forums. UnityAnswers questions should be about specific things, not opinions. Please read the FAQ(answers.unity3d.com/faq). If you want to achieve a specific effect like making the object bigger for a brief time on mouse-over, that would be a specific question.
Your answer

Follow this Question
Related Questions
Selecting gameobjects in game, 3 Answers
Highlighting parts of an object 1 Answer
object can't be null when highlighted in the inspector? 1 Answer
On mouse Enter 1 Answer
Highlighting objects with colours. 1 Answer