Posts by CristhianSelbach • 23 points
1 post
-
1
votes1
answer414
viewsQ: HOW TO PERFORM FUNCTION EVERY TIME PERIOD - UNITY
I need to perform this function - which creates a randomized platform in a randomized position - every 3 seconds . How does?? void CreatePlatform() { System.Random random = new System.Random(); int…