Hi, I have made a WakeUpOnElapsedFrame to get the FPS. As my game develops I will need more behaviours that reply on elapsed frames.
Performance wise, readability wise and good practice wise, does it make a difference to have more than one WakeUpOnElapsedFrame behaviours or should I have one that manages them all?
Thanks