Search Issue Tracker
By Design
Votes
0
Found in
2019.3.3f1
2020.1.0a25
Issue ID
1222951
Regression
No
2D Sprite movement handles can be clipped by the camera
2D sprites handles can appear clipped in the scene view and can disappear.
Steps to reproduce
- Create a new empty scene
- Create a new sprite in the hierarchy
- Change the scene view to 2D
- Select the sprite, in the inspector move the positions of the transforms to minus values.
- Tweak the Z value and notice that the 2D handles can disappear.
- If you use smaller increments in the Z position you will notice it slowing being clipped.
Tested not working:
Windows: 2020.1.0a23, 2019.3.3f1
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
Resolution Note (2020.2.X):
This is the result of the camera near clip plane intersecting the handle, and expected behavior.