Search Issue Tracker
By Design
Votes
1
Found in
2020.2.0a15
2020.2.3f1
2021.1
2021.2
Issue ID
1315581
Regression
Yes
The FPS decreases by half in Play Mode when there is Scene view and Game view open in the Editor
How to reproduce:
1. Open a new project
2. Make sure there is Scene view and Game view visible in the Editor
3. Check the "Maximize On Play" in the Game view
4. Enter Play Mode and observe the FPS in the Statistics window
5. Uncheck the "Maximize On Play" in the Game view
6. Enter Play Mode and observe the FPS in the Statistics window
Expected result: FPS is the same with Both views visible
Actual result: FPS decreases by half when both Scene view and Game view are visible
Reproducible with: 2020.2.0a15, 2020.3.9f1, 2021.1.8f1, 2021.2.0a17
Not reproducible with: 2018.4.35f1, 2019.4.26f1, 2020.2.0a14
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (2021.2.X):
The FPS decrease when multiple views are rendering is a expected behavior. It might be more noticeable now that the FPS stats have been updated but was always there and is normal (rendering needs to be done twice). See details in ticket notes.