HI Guys!!! i have fought with this!!! hehehe
void Update(){
While(condition){
//actions
}
}
Why would i do something like this? simple!! some situations could need it!! for example, if i try to develop some code for a spaceship boss, i could organize the coder better if i do it like that!! but if i use Coroutines Actions inUpdate keep executiing while Coroutine does its job!!! could somebody give me some example code?? THANKS xD
↧