hi there!
what would be the simplest way to write something like an "event-sequencer". i want to have a system where i could switch on/off frequently repeating function-calls like you could do f.e. with a step sequencer in music production systems.
thnx!
edit: another question would be: do I use the function call in Update() or FixedUpdate()?