ForesightMiningSoftwareCorporation / bevy_transform_gizmo

A 3d gizmo for transforming entities in Bevy.
Apache License 2.0
160 stars 40 forks source link

Issue #43, #47 #50

Closed KnstAnt closed 1 year ago

rMazeiks commented 1 year ago

Nice!

Can I suggest re-exporting DefaultPickingPlugins? Like:

pub use bevy_mod_picking::DefaultPickingPlugins;

That way:

KnstAnt commented 1 year ago

Nice!

Can I suggest re-exporting DefaultPickingPlugins? Like:

pub use bevy_mod_picking::DefaultPickingPlugins;

That way:

  • Users don't need to add an additional dependency
  • Users can be sure that they're using the correct version of bevy_mod_picking

I think for this you should create a separate issue and discuss it.

aevyrie commented 1 year ago

Superseded by #44 and #55