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
Comments (1)
-
dreamilong
Apr 27, 2024 17:55
This is really helpful information.
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
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
Resolution Note (2020.2.X):
This is the result of the camera near clip plane intersecting the handle, and expected behavior.