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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
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