Search Issue Tracker
Active
Votes
0
Found in
6000.0.64f1
6000.2.15f1
6000.3.2f1
6000.4.0b1
6000.5.0a3
Issue ID
UUM-130101
Regression
No
Inconsistent “Remove property” behavior when removing child properties in Animator window
Steps to reproduce:
1. Create new Unity project
2. Make sure Editor theme is set to Light
3. Create a new "Cube" GameObject (GameObject > 3d Object > Cube)
4. Open the Animation window (Window > Animation > Animation)
5. Create a new animation by pressing the "Create" button in the Animation window
6. In Animator window press “Add Property”
7. Add Transform > Position property
8. Expand the Property
9. In Position.x property press on button on the right and select “Remove properties”
10. Observe Transform Property getting deleted
11. In Animator window press “Add Property”
12. Add Box Collider > Center
13. In Center.x property press on button on the right and select “Remove property”
14. Observe “Cube : Center” Property
\\
Actual results: Inconsistent behavior between Properties deletion, removing Transform child properties, deletes entire Transform Property, meanwhile on Box Collider Property, deleting Center.x removes only child
Expected results: Consistent behavior across context menus, wither both remove selected child property or both remove the entire parent block
\\
Reproducible with versions: 6000.0.64f1, 6000.2.15f1, 6000.3.2f1, 6000.4.0b1, 6000.5.0a3
\\
Tested on (OS): maOS Tahoe 26.1 (M1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGPU] clearing 2d array texture only clears first slice
- Particle System Renderer icon is missing in Animation window > Add Property context menu
- [Android] Legacy, TMP and UI Toolkit Input Field language toggle to some non-latin alphabet languages does not work with external keyboard
- Crash on keywords::LocalKeywordState::operator when calling ShaderUtil.GetPasskeywords with ShaderType.RayTracing set as the third parameter
- Inconsistent “Remove property” behavior when removing child properties in Animator window
Add comment