stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1177 aperta il 4 nov 2021

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C# (886 fork)batch import
area-Physicsbuggood first issue

Metriche repository

Star
 (6001 star)
Metriche merge PR
 (Merge medio 10g 11h) (22 PR mergiate in 30 g)

Descrizione

  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

Guida contributor