Hi,
I do scheduling of spawning of enemies in my game based on amount of passed time with real world time but I want to be able to make it get slower and faster according to Time.timescale so when I change the time scale and all game’s speed changes, the spawn algorithm would act accordingly.
How can I achieve this?
Thanks.