Created
October 16, 2023 07:05
-
-
Save aprius/2856512a9047c34951e5b521c2439099 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public int timeSlicing = 2; | |
public void Update() | |
{ | |
if (Time.frameCount % timeSlicing == 0) | |
{ | |
// TODO | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment