Search Issue Tracker
By Design
Votes
0
Found in
2018.2.10f1
Issue ID
1085147
Regression
No
Mouse response is really slow in the Editor but fine in Play Mode when Using Custom Editor OnSceneGUI
To reproduce:
1. Open users project
2. Select GameObject in the Hierarchy
3. Hover your mouse over the Scene window. You should now see a cube where your mouse goes but it lags far behind or appears not to move
4. Now enter play mode and repeat the above steps
5. The cube should now move at expected speed with the mouse
Actual results: cube doesn't follow the cursor correctly, it lags
Expected results: cube follows the cursor without lag
Reproducible with: 2017.1.5f1, 2017.2.3p4, 2017.4.12f1, 2018.1.9f2, 2018.2.10f1, 2018.3.0b4, 2019.1.0a2
Comments (1)
-
sean244
Nov 19, 2018 03:35
Adding 'SceneView.RepaintAll();' to the end of OnSceneGUI might fix this problem.
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
This is by design because we do not normally want to the SceneView to repaint all the time for no reason.
Answered the user about a possible approach to the problem.