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
- iOS Xcode project building fails when the build is appended
- 2D Colliders, attached to a grandchild GameObject, aren't immediately destroyed when destroying the parent GameObjects in FixedUpdate
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
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