stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1,177 opened on 2021年11月4日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C# (886 forks)batch import
area-Physicsbuggood first issue

Repository metrics

Stars
 (6,001 stars)
PR merge metrics
 (平均マージ 10d 11h) (30d で 22 merged PRs)

説明

  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

コントリビューターガイド