jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
292 stars 44 forks source link

Collision events not firing #315

Open stillonearth opened 1 year ago

stillonearth commented 1 year ago

I've made an example project where a collision event should fire. It does not fire in 9/10 case though

https://github.com/stillonearth/bevy_dice/tree/c18abc62eb490aa0418d824bd23c2662eea7f48d

I've collider issues when colliding objects on high velocities, but it seems somehow related here. Collision itself happens, though no events.

jcornaz commented 1 year ago

Thanks for the report.

Sadly, today I decided to discontinue the project. Therefore, I won't investigate this issue myself. But I'll gladly accept a fix, if someone were to provide one.