Unity вызывает функцию каждые x секунд
float x = seconds before the first invoke;
float y = seconds between every invoke;
InvokeRepeating("Function", x, y);
SuperGabry64
float x = seconds before the first invoke;
float y = seconds between every invoke;
InvokeRepeating("Function", x, y);