Search Issue Tracker
In Progress
Fix In Review for 0.1.1-exp.1 - Vehicle Controller
Votes
0
Found in [Package]
0.1.0-exp.10 - Vehicle Controller
Issue ID
ECSB-1700
Regression
No
Truck Catapults Into Air When Turning and Accelerating Simultaneously in Advanced Vehicle Samples
*Steps to reproduce:*
# Create a new Unity project
# Open the Package Manager
# Install the *com.unity.vehicles * package
# Select the Vehicles package and open the Samples tab
# Import the Advanced Vehicle Sample
# In the Project window, open the AdvancedVehicleScene
# Enter Play Mode
# Press the 5 key to switch to the truck
# Press and hold W and D simultaneously to move forward and turn
# Observe the truck's behaviour upon movement and collision with its own body
*Actual results:*
The truck launches uncontrollably into the air after colliding with its own body when turning and accelerating simultaneously using the W and D keys
*Expected results:*
The truck should move and turn smoothly when pressing W and D together. No abnormal physics reactions or self-collisions should occur
\\
*Reproducible with versions:* 0.1.0-exp.10 (6000.2.0b3)
\\
*Tested on (OS):* Windows 11
\\
*Notes:*
* The issue appears to be caused by self-collision or improper collider configuration on the truck model
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note (fix version 0.1.1-exp.1 - Vehicle Controller):
Fixed this by enabling collisions between truck and trailer