Change a Button image for 1 second and than switch back to the old one
Hi Unity Community, I just started programming with unity a few days ago and right now i'am stuck. I want to a button to change its Image when it gets clicked for about 1 second. After that 1 second it should change back to the old image. I don't have an idea how I'am able to solve this. Pls help me!
Greetings Sosoke
Comment
Look into coroutine & yield wait for seconds. Also button has an image property than you can edit.
Your answer
Follow this Question
Related Questions
How to maintain button graphic on change scene? 0 Answers
How to move images onto a canvas 0 Answers
Make only visible portion of image clickable 0 Answers
How to have get button display a raw image? 3 Answers
Images as buttons with GUI skins 1 Answer