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
Good catch! It seems bevyengine/bevy#10973 wasn't marked properly as having breaking changes and as such didn't have a migration guide / this change wasn't even mentioned in the PRs changelong nor comments from what I can see.
I wonder if there are other breaking changes in that PR, hmm.
(Off-topic, I wonder why only insert_gizmo_group / insert_gizmo_config was changed and not also init_gizmo_group since they seemed to be following same naming convention before this change; feels inconsistent now).
(Off-topic, I wonder why only insert_gizmo_group / insert_gizmo_config was changed and not also init_gizmo_group since they seemed to be following same naming convention before this change; feels inconsistent now).
(Off-topic, I wonder why only insert_gizmo_group / insert_gizmo_config was changed and not also init_gizmo_group since they seemed to be following same naming convention before this change; feels inconsistent now).
Been a bit, but I don't super remember why I didn't rename both. I think it had something to do with how they were separated before but doing the same thing internally? I do remember thinking group just didn't fit the name very well for what it does, but I yeah we should rename them to have the same suffix for both.
Just finished migrating a project to 0.14 🥳
Formerly I was calling
insert_gizmo_group
when building my app to configure gizmos forbevy_xpbd
but now needed to useinsert_gizmo_config
.I didn't see any mention of in the migration guide (this was the only thing I had to chase down myself instead of referring to what was in the guide).
The text was updated successfully, but these errors were encountered: