Search Issue Tracker
Fixed
Fixed in 6000.0.33f1, 6000.1.0a10, 7000.0.0a14
Votes
0
Found in
6000.0.26f1
6000.1.0a3
Issue ID
UUM-86897
Regression
No
Awaitable.NextFrameAsync() fails to resume when invoked multiple times from the playModeStateChanged event
Reproduction steps:
1. Open the attached “IN-88257” project
2. Open the “SampleScene”
3. Enter Play mode
4. Exit Play mode
5. Observe the Console window
Expected result: Both "Start waiting" and "Finish waiting" logs are printed
Actual result: The "Start waiting" log is printed but the "Finish waiting" log is not
Reproducible with: 6000.0.26f1, 6000.1.0a4
Couldn’t test with: 2021.3.46f1, 2022.3.52f1 (The Awaitable type doesn’t exist)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Awaitables.WaitForSecondsAsync() does not have this issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Resolution Note:
There are no fixes planned for this Bug