Skip to content

v17.0.0-beta

Compare
Choose a tag to compare
@nilpunch nilpunch released this 12 Nov 10:37
· 154 commits to master since this release

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 to Group.
  • Removed: OwningGroup for SoA access. It may return in some form in the future.
  • Removed: GroupView. Groups are now used directly.
  • Removed: GroupPage, GroupPageSequence and IOwnSelector.
  • Removed: Utils folder.
  • Removed: RegistryReflectionExtensions. Reflection methods remain directly accessible.
  • Fixed: Il2CppSetOption was not applied.