Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b1
Issue ID
828286
Regression
No
GC allocation for each editor frame when moving scene view
Steps to reproduce:
1. Create new project
2. Open profiler and enable "profile editor"
3,. Rotate or pan scene view and notice that DockArea.OnGUI() generated 13.5 kb each frame. If Deep Profile is enabled it shows that GC comes from SceneView.OnGUI()
Reproduced with: 5.3.6p4, 5.4.0p4, 5.5.0b2
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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
StenCG
Apr 24, 2017 11:50
Reproduced with 5.5.2.p4 !