stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1,177 opened on Nov 4, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (6,001 stars) (886 forks)batch import
area-Physicsbuggood first issue

Description

  1. Starting with the Stride "Terrain" sample.
  2. Added a vehicle model fbx file.
  3. Used Add Physics asset / convex hull to create collider
  4. Used this collider with a rigid body, works fine.
  5. Tried to use this collider with a character component, and it crashes the program.
  6. Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
  7. This simpler collider also crashes the program when used with a character component.

Stack trace from crash attached

strideCharacterWithComplexColliderCrash.txt

Contributor guide

Character component with complex collider throws exception and crashes program · stride3d/stride#1177 | Good First Issue