Hey, everybody. Did not find it in the documentation and there is no way to check it now.
async await Task.Delay works on android and ios?
Hey, everybody. Did not find it in the documentation and there is no way to check it now.
async await Task.Delay works on android and ios?
Task.Delay is not a Unity-specific function, it’s part of general C#.
I’ve never personally tried it on mobile, but if the “async” keyword is supported at all, then Task.Delay seems about as safe as you can get. I would be exceedingly surprised if it had any platform-specific issues.