I want to attach a script to a game object that when activated through an input from a screen tap (is that GetButtonUp?), would run and perform the function of the button a preset amount of times with only 1 press.
ie.
Press button.
Button reference is called.
Button would usually only perform action once.
Button should perform action 5 times simulataneously but with only 1 press.
Any ideas?