You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, UniTask is a Task substitute for Unity, and it has its own compiler infrastructure - you can see lots of Cysharp.Threading.Tasks lines in the call stack. Also, the actual user code (SelectPage.Test in my case) is obscured by library code. It would be cool to strip demistyfied call stack from this infrastructure code to leave just the valuable pieces.
Ben.Demystifier works great with stock
Task
s, is it possible to provide same support for UniTask?The text was updated successfully, but these errors were encountered: