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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
Resolution Note (fix version 0.1.1-exp.1 - Vehicle Controller):
Fixed this by enabling collisions between truck and trailer