Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.46f1
Issue ID
UUM-29764
Regression
No
[SpriteShape] EditSpline events are processed outside the Scene View
Steps to reproduce:
1. Open any Unity project
2. Ensure that the 2D SpriteShape package is installed
3. Create a new sprite shape (GameObject>2D Object>Sprite Shape>Open Shape)
4. Click Edit Spline in the Inspector
5. Move your mouse cursor to the console/project window (default layout)
6. Move the mouse horizontally
Expected result: Edit Spline events cease to be processed
Actual result: Edit Spline events are being processed outside the scene view and the spline point preview is visibly moving
Reproducible with: 2020.3.46f1, 2022.2.0a1, 2023.1.0b8, 2023.2.0a6
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
I believe this is by design as even if we do checking the proximity each frame it may not be feasible for larger scenes and spriteshapes.