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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.