Open clampcorder opened 2 years ago
Note, very slow game speeds feel a little uncontrollable.
It is probably a good time to move over to InvokeRepeating
InvokeRepeating
InvokeRepeating(nameof(TimedUpdate), 0.0f, updateFreqS); CancelInvoke(nameof(TimedUpdate));
Note, very slow game speeds feel a little uncontrollable.
It is probably a good time to move over to
InvokeRepeating