Search code examples
unity-game-engineunityscript

I need glowing outline around button in unity


I am working on a project in unity5, while I am making a menu contain buttons, I need button to make glowing outline, need help in this regard.enter image description here same in the picture, I need button like this in my Unity 5


Solution

  • if you are using canvas you can do that without using any functions or events it can be easily done select button in inspector you will see button (script) component set transition to sprite swap and drop the desired sprite in pressed sprite box.