Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0f3
Issue ID
984493
Regression
No
"AddForceAtPosition" works only when an 'outside' force affects the Object first
Reproduction steps:
1. Open "MaschineKart.zip" project
2. In the Hierarchy window select "Kart"
3. In the Inspector window scroll down to "Kart Controller (Script)" -> "Suspension Force"
4. Enter Play mode
5. Increase the "Suspension Force" from '100' to '10000'
6. See that nothing happens
7. Revert the "Suspension Force" back to '100'
8. In the Game window click on the "Kart"
9. Increase the "Suspension Force" from '100' to '10000'
10. See that the "Kart" starts to move around from the force
Expected Result: The same that happens at step 10, should happen at step 5 (Both times the "Kart" should move around as the force is increased, but it only happens after an outside force first affects the "Kart")
Actual Result: Only after an outside force affects the "Kart", does the "AddForceAtPosition" actually affect the cart
Reproduced with: 2018.1.0b3, 2017.3.0p2, 2017.2.1p2, 2017.1.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment