Search Issue Tracker
Fixed
Fixed in 2022.2.10f1, 2023.1.0b7, 2023.2.0a4
Votes
0
Found in
2022.1.24f1
2022.2.1f1
2023.1.0a23
2023.2.0a3
Issue ID
UUM-26857
Regression
Yes
Spawned GameObject Position is not updated when RigidBody Interpolation is used
Reproduction steps:
- Open the attached project “TestProject”
- Open “Assets/Scenes/Test.unity” scene
- Click the “Assets/Cube.prefab” asset
- Choose the "Interpolate" option on the associated RigidBody Component in the Inspector Window
- Enter Play Mode
- From the Hierarchy Window select the “Cube(Clone)” GameObject
- Observe the Position(x,y,z) values from the Transform Component in the Inspector's Window
Expected result: “Cube(Clone)” GameObject starting position is (10,10,10)
Actual result: “Cube(Clone)” GameObject starting position is (0,0,0)
Reproducible with: 2022.1.0a6, 2022.2.1f1, 2023.1.0a23, 2023.2.0a1
Not Reproducible with: 2020.3.43f1, 2021.3.16f1, 2022.1.0a5
Reproducible on: Intel macOS 13.0.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment