how to cancel invoke repeating which i have used in start function?
InvokeRepeating("makeWall", 2, 2);
After reach a specific condition it should stop.
how to cancel invoke repeating which i have used in start function?
InvokeRepeating("makeWall", 2, 2);
After reach a specific condition it should stop.