I'm new and a bit confused about "yield
". But finally I understand how it worked using WaitForSeconds
but I can't see the difference between of "yield return 0
" and "yield return null
".
are both them waiting for the next frame to execute?
sorry for my bad English. Thank you very much.