stride3d/stride
Character component with complex collider throws exception and crashes program
開放
#1,177 建立於 2021年11月4日
area-Physicsbuggood first issue
倉庫指標
- 星標
- (6,001 顆星)
- PR 合併指標
- (平均合併 10天 11小時) (30 天內合併 22 個 PR)
描述
- 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