stride3d/stride

Character component with complex collider throws exception and crashes program

Open

#1.177 aberto em 4 de nov. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (886 forks)batch import
area-Physicsbuggood first issue

Métricas do repositório

Stars
 (6.001 stars)
Métricas de merge de PR
 (Mesclagem média 10d 11h) (22 fundiu PRs em 30d)

Description

  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

Guia do colaborador