stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1,177 建立於 2021年11月4日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C# (6,001 star) (886 fork)batch import
area-Physicsbuggood first issue

描述

  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

貢獻者指南