You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now this plugin automatically inserts DefaultPickingPlugins, but this will cause a conflict if the user wants to control the insertion of the plugin.
For example, I have customized DefaultPickingPlugins like this:
ui-navigation/src/systems.rs
Lines 359 to 361 in 3c876fc
Right now this plugin automatically inserts
DefaultPickingPlugins
, but this will cause a conflict if the user wants to control the insertion of the plugin.For example, I have customized
DefaultPickingPlugins
like this:A user might also prefer to manually insert the picking plugins:
This will prevent this plugin from functioning in this kind of workflows. Maybe an implicit dependency is better in this case? Not so sure.
The text was updated successfully, but these errors were encountered: