Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2017.4.X, 2018.1.X
Votes
0
Found in
2017.2.0a4
2017.2.0f3
Issue ID
969743
Regression
Yes
Auto Sync Transforms does not sync correctly when using AddRelativeForce
To reproduce:
1. Open users attached project "AddRelativeForceBug.zip"
2. Open "Test.unity" scene
3. Enter play mode
4. Press space and observe the arrows fly direction
Expected result: arrow flies to its pointing direction
Actual result: arrow flies to its first frame rotation direction
Reproduced on: 2017.2.0b1 2017.2.0b6 2017.2.0f3 2017.3.0b10 2018.1.0a5
Not reproduced on: 2017.1.2f1 2017.2.0a1 2017.2.0a2 2017.2.0a3
workaround: call Physics.SyncTransforms(); right before using AddRelativeForce
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment