Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.1
1.3.0
Issue ID
ARB-41
Regression
No
GameObject is affected by damping and gets stretched while transforming position when Damp Position is set to zero
Reproduction steps:
1. Open the attached “Augmented Aquarium.zip” project
2. Open the “MechanicTesting” Scene
3. In the Hierarchy select the “Head” GameObject ( Sardine > SardineArmature > Head )
4. Enter the Play mode
5. Transform the position on any axis
Expected result: No damping is visible on the object
Actual result: The object is affected by damping and stretches while transforming
Reproducible on: 1.2.0 (2021.3.34f1, 2022.3.16f1), 1.2.1 (2022.3.16f1, 2023.2.5f1), 1.3.0 (2022.3.16f1, 2023.2.5f1, 2023.3.0b2)
Reproducible on: Windows 10, Windows 11
Not reproducible on: no other environment tested
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Thank you for bringing this issue to our attention. Unfortunately, after careful consideration, we will not be addressing your issue at this time, as we are currently committed to resolving other higher-priority issues, as well as delivering the new animation system. Our priority levels are determined by factors such as the severity and frequency of an issue and the number of users affected by it. However we know each case is different, so please continue to log any issues you find, as well as provide any general feedback on our roadmap page to help us prioritize.
Forum announcement: https://forum.unity.com/threads/animation-status-update-q2-2023.1445425/
Roadmap: https://unity.com/roadmap/unity-platform/3d-characters-and-animation
As a workaround, you can either set the weight of the constraint to 0 or write a custom damping constraint that behaves as you expect.