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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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.