![]() # Objective This is a followup to #18704 . There's lots more followup work, but this is the minimum to unblock #18670, etc. This direction has been given the green light by Alice [here](https://github.com/bevyengine/bevy/pull/18704#issuecomment-2853368129). ## Solution I could have split this over multiple PRs, but I figured skipping straight here would be easiest for everyone and would unblock things the quickest. This removes the now no longer needed `identifier` module and makes `Entity::generation` go from `NonZeroU32` to `struct EntityGeneration(u32)`. ## Testing CI --------- Co-authored-by: Mark Nokalt <marknokalt@live.com> |
||
---|---|---|
.. | ||
.gitkeep | ||
entity_representation.md | ||
generic-option-parameter.md | ||
merge_observerState_observer_single_component.md | ||
observers_may_not_be_exclusive.md | ||
overflowclipbox_default_is_now_paddingbox.md | ||
remove_archetypecomponentid.md | ||
remove_deprecated_batch_spawning.md | ||
rename_StateScoped.md | ||
simple_executor_going_away.md | ||
system_set_naming_convention.md |