DefaultEcs 0.17.0-beta1
Pre-release
Pre-release
breaking changes:
remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type
added EntityCommandRecorder.Record(World) method
added WorldRecord type to record action on World
added EntitySortedSet type (#113)
added EntityQueryBuilder.AsSortedSet methods to create EntitySortedSet
added AEntitySortedSetSystem type
added debug view for EntitySortedSet
added debug view for EntityMap
added debug view for EntityMultiMap