how do you use “WaitUntil” and is there another way of doing it;
I guess you’re referring to this: Unity - Scripting API: WaitUntil
Is there any problem with this?
Of course you can make a coroutine and run it every frame and check manually if the condition evaluates and then do your thing, but it’s a shorthand to do that.
1 Like