Unity Issue Tracker - Thread logs from a Player stop appearing in Console after the thread sleeps
Fixed
UUM-2585
Thread logs from a Player stop appearing in Console after the thread sleeps
Unity: Kernel
Open
2021.2.X
Fixed
2023.1.X
2022.2.X
2021.3.X
2020.3.X
Won't Fix
2022.1.X
Mostly fixed in 2022.2.0b4
Fully fixed in 2022.2.0b13
We're in 2022.2 at this point, backports to 2022.1 will be cancelled.
Fixed in 2020.3.43f1
Reproduction steps:
1. Open the attached "ThreadLogsInPlayers.zip" project
2. Enable "Development Build" and "Autoconnect Profiler" in Build Settings
3. Build and Run
Expected result: "Start", "MyThreadFunction before Sleep", and "MyThreadFunction after Sleep" logs can be seen in Console
Actual result: Console is missing the "MyThreadFunction after Sleep" log