Search Issue Tracker
Fixed
Fixed in 0.1.1-exp.1
Votes
0
Found in [Package]
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Fixed this by enabling collisions between truck and trailer