Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.2
2020.2.3f1
2021.1
2021.2
Issue ID
1314293
Regression
No
Handles.ScaleSlider handle disappears and does not scale when "scale" parameter is 0
How to reproduce:
1. Open the user's attached project
2. Open "SampleScene"
3. In the Hierarchy select "CantBeChanged"
4. Try to drag the cyan handle
Expected results: Handles.ScaleSlider scales the "scale" parameter when it is 0
Actual results: Handles.ScaleSlider does not scale the "scale" parameter and the handle disappears
Reproducible with: 2018.4.32f1, 2019.4.20f1, 2020.2.4f1, 2021.1.0b7, 2021.2.0a4
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note (2021.1.X):
Scaling is proportional. If you have a start scale of 0 in your transform, you cannot modify it via the manipulator(handle) since the manipulator is a multiplier. N * 0 will always equal to 0.