Just create it as an infinite loop
function foo()
{
while(true)
{
yield WaitForSeconds(1);
...
}
}
Just create it as an infinite loop
function foo()
{
while(true)
{
yield WaitForSeconds(1);
...
}
}