v17.0.0-beta
Iteration stability improvements and groups rework.
- Changed:
PackingMode
now dynamically changes for the iteration leader,
ensuring each unique entity appears only once during iteration in most cases. - Changed: Hide setters in data structures. Added full-state assignment API.
- Changed: Renamed
NonOwningGroup
toGroup
. - Removed:
OwningGroup
for SoA access. It may return in some form in the future. - Removed:
GroupView
. Groups are now used directly. - Removed:
GroupPage
,GroupPageSequence
andIOwnSelector
. - Removed: Utils folder.
- Removed:
RegistryReflectionExtensions
. Reflection methods remain directly accessible. - Fixed:
Il2CppSetOption
was not applied.