stride3d/stride
Voir sur GitHubCharacter component with complex collider throws exception and crashes program
Open
#1 177 ouverte le 4 nov. 2021
area-Physicsbuggood first issue
Métriques du dépôt
- Stars
- (6 001 stars)
- Métriques de merge PR
- (Merge moyen 10j 11h) (22 PRs mergées en 30 j)
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