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
Because HighlightPlugin adds GlobalHighlight in the Startup schedule, users of bevy_mod_picking can't modify the global highlight settings during Startup.
Because
HighlightPlugin
addsGlobalHighlight
in theStartup
schedule, users ofbevy_mod_picking
can't modify the global highlight settings duringStartup
.Despite adding the plugin:
Trying to retrieve
ResMut<GlobalHighlight<T>>
in aStartup
system results in:The text was updated successfully, but these errors were encountered: