Opening the file picker panel halts the entire unity application, even if started in Coroutine or while using `OpenFilePickerAsync()`. Is it possible to open a instance that is decoupled from the rest of the application?
Opening the file picker panel halts the entire unity application, even if started in Coroutine or while using
OpenFilePickerAsync().Is it possible to open a instance that is decoupled from the rest of the application?