Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.4
2020.2
2020.2.0a8
Issue ID
1243185
Regression
No
[Editor Constraints] ScaleConstraint gets ignored on axes that are set to zero on parent GameObject
How to reproduce:
1. Open the attached project "1243185.zip"
2. Open the "SampleScene" Scene
3. Select GameObject "Parent (0.5 X Scale)" in Hierarchy window and Scale it on X-axis to zero
4. Select GameObject "Parent (0 X Scale)" in Hierarchy window and Scale it on X-axis
Expected result: scaling GameObjects "Parent (0.5 X Scale)" and "Parent (0 X Scale)" - does not scale their child GameObjects
Actual result: scaling GameObjects "Parent (0.5 X Scale)" to zero or scaling "Parent (0 X Scale)" - scales their child GameObjects
Reproducible with: 2018.4.22f1, 2019.3.13f1, 2020.1.0b8, 2020.2.0a9
Note:
- Scaling "Parent (0 X Scale)" only scales its child GameObject if the scale was locked when a parent GameObject had a scale of zero on that specific axis
- This only happens with ScaleConstraint and does not reproduce with RotationConstraint and PositionConstraint
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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2021.1):
Fixed in 2021.2.0b1 and above