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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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