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
Using bevy_inspector::ui_for_value on version 0.26.0 gives: u32 is #[reflect_value], but has no InspectorEguiImpl registered in the TypeRegistry . Try calling .register_type::<u32> or add the DefaultInspectorConfigPlugin for builtin types..
Using
bevy_inspector::ui_for_value
on version0.26.0
gives:u32 is #[reflect_value], but has no InspectorEguiImpl registered in the TypeRegistry . Try calling .register_type::<u32> or add the DefaultInspectorConfigPlugin for builtin types.
.Just changing to
0.25.2
fixes the issue.My code:
Version
0.26.0
:Version
0.25.2
:The text was updated successfully, but these errors were encountered: