Open Razenpok opened 3 years ago
Are you referring to this?
Yep
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?