stride3d/stride

Character component with complex collider throws exception and crashes program

开放

#1,177 创建于 2021年11月4日

 (2 条评论) (0 个反应) (0 位负责人)C# (886 个派生)batch import
area-Physicsbuggood first issue

仓库指标

星标
 (6,001 个星标)
PR 合并指标
 (平均合并 10天 11小时) (30 天内合并 22 个 PR)

描述

  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

贡献者指南