Skip to content

v3.1.0

Compare
Choose a tag to compare
@friflo friflo released this 13 Feb 17:27
· 13 commits to main since this release
  • Introduced StructuralChangeException which is thrown when executing structural changes within a Query<>() loop.
    Detailed information at Query - StructuralChangeException
  • Component type UniqueEntity now implements IIndexedComponent<string> to improve performance of EntityStore.GetUniqueEntity(string uid).