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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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