bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

Suppress Error

Open HVisMyLife opened this issue 2 years ago • 1 comments

When I despawn entity with collider, bevy "sometimes" throws errors (every few milliseconds) like that: ERROR bevy_rapier2d::geometry::shape_views::collider_view: Failed to apply scale [NaN, NaN] to Ball shape. It happens on huge map with > 4000 entities, so it's hard to tell what exactly causes that, but I'm not doing anything with colliders, besides despawning them with entities. Everything is working fine, so, if there is no simple fix, I would like at least to suppress these errors... Is there any way to do that?

Thanks in advance

HVisMyLife avatar Feb 16 '23 14:02 HVisMyLife