github outfox/fennecs 0.6.2

latest releases: v0.6.10, v0.6.9, v0.6.8...
7 months ago

fix: #40 - System.InvalidOperationException in Query.Despawn (thanks very much, Grogian!)

changes: Archetypes no longer GC themselves when being migrated (e.g. when bulk-removing or -adding components).

use World.GC() for now if you have large or many transient Archetypes (usually happens with relations where target entities are despawned, as it takes an astronomical amount of iterations before that specific archetype would ever contain entities again). Future releases will automatically GC in World Catchup or similar, but this first requires some additional attributes to avoid collecting overly eagerly and having to re-create many archetypes.

Don't miss a new fennecs release

NewReleases is sending notifications on new releases.