stride3d/stride
Ver no GitHubCharacter component with complex collider throws exception and crashes program
Open
#1.177 aberto em 4 de nov. de 2021
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
- Starting with the Stride "Terrain" sample.
- Added a vehicle model fbx file.
- Used Add Physics asset / convex hull to create collider
- Used this collider with a rigid body, works fine.
- Tried to use this collider with a character component, and it crashes the program.
- Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
- This simpler collider also crashes the program when used with a character component.
Stack trace from crash attached