Hi guys,
So im trying to make a delay in my script. But if I make a delay with: yield return new WaitForSeconds (5); I get the error: The body of PlayerController.Update()
cannot be an iterator block because void
is not an iterator interface type.