stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1.177 geöffnet am 4. Nov. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (886 Forks)batch import
area-Physicsbuggood first issue

Repository-Metriken

Stars
 (6.001 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 11h) (22 gemergte PRs in 30 T)

Beschreibung

  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