I need help with a command event/execution delay
I pretty much never use Unity, however, I'm in need of it now and I'm at the coding part. (absolutely little to no experience with C# or the sort) id like to know how to create an event on a button, and the event to last for a few seconds. also, I'd like to know how to delay an event/execution, to make something happen a few seconds after something is triggered. im basically trying to make an explosion occur after the event is triggered after X seconds, then the event shall stop itself after X seconds.
thanks for reading. - a noob
Comment