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
Comments (1)
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
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
- Unity icon is poorly visible in the "Build Profiles" window when "Dark" editor theme is selected
- UI Toolkit Transition Animation is ignored when background-size property has a starting value of 0
- Error "Assertion failed on expression: 'i->previewArtifactID == found->second.previewArtifactID'" is present when creating Render Texture
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