Wywołanie jedności funkcja co x sekund
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);