Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.1.0a6
Issue ID
1356009
Regression
Yes
Rigidbody with interpolate setting set to Interpolate or Extrapolate does not follow parent transform position or rotation
Steps to reproduce:
1. Download and open Unity project from the google drive link
2. Open "Test" scene
3. Select Spaceship object in Hierarchy
4. Enter Play Mode
5. Press WASD to move
6. Observe child object's position as the spaceship is moving
Expected result: Child object with attached rigidbody follows the parent object's position/rotation, position stays at (0.0, 0.0f, 0.0f)
Actual result: Child object with attached rigidbody does not always follow the parent object's position/rotation when parent transform is modified
Alternate reproduction steps:
1. Open attached "tdd-asteroids1.zip" Unity project
2. Open Window-> General->Test Runner scene
3. Run _24SpaceshipGravitationalPullRigidbodyStaysInPlace test
Reproduced with: 2022.1.0a6
Didn’t Reproduce with: 2022.1.0a5, 2021.2.0b6, 2021.1.17f1, 2020.3.15f1, 2019.4.29f1
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2022.1.X):
The issue occurs because of a mixed hierarchy of 2D and 3D physics objects, which is not supported. The same issue could be reproduced by setting the Transform manually via Scripts