Unity Issue Tracker - Exceptions are not logged when thrown from "async Task"
Closed
UUM-1562
Exceptions are not logged when thrown from "async Task"
Unity: Scripting
Won't Fix
2022.2.X
Investigated, this is by design. Answering on the parent issue.
How to reproduce:
1. Open project "LogsInAsync.zip"
2. In the Hierarchy window select "GameObject" GameObject
3. In the Inspector window press on three dots of the script Component and choose "Call Async Methods"
4. Observe the Console window
Expected result: Exception is logged
Actual result: Exception is not logged