bevy_mod_picking
bevy_mod_picking copied to clipboard
Problem with using RapierDebugRenderPlugin together with Bevy_mod_picking
Whenever I add the RapierDebugRenderPlugin plugin (This plugin makes wireframe boxes visable around colliders) I get this spammed in the console from bevy_mod_picking:
...
2022-06-15T10:24:29.001348Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
2022-06-15T10:24:29.001363Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
2022-06-15T10:24:29.001373Z ERROR raycast: bevy_mod_raycast: Invalid intersection check: `TriangleList` is the only supported `PrimitiveTopology`
...
Is there anything I can disable in order to fix this?