Search Issue Tracker
Fixed in 5.4.2
Votes
18
Found in
5.4.0b21
Issue ID
804814
Regression
Yes
yield instruction WaitForEndOfFrame doesn't work in ExecuteInEditMode
How to reproduce:
1. Open the attached project
2. Open TurnScreenWhiteWithAlpha scene
3. Notice that nothing changes, but game view should turn white
4. Play the scene
5. Notice that WaitForEndOfFrame works and game view becomes white
Not reproducible: 5.4.0b20
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Thavron
Aug 15, 2016 18:08
"yield return new WaitForEndOfFrame();" doesn't work while the Editor is in Edit or Pause/Step mode. Only in Play mode it works.
Still an issue with 5.4.0f3.
With 5.4.0b17 - 3.5.x it worked