Remove old project and continue improving ecs.
Updated packages version; Removed Ghost.SparseEntities; Added new EntityQuery.EntityComponentIterator; Added new thread local command buffer in World; Changed commands in EntityCommandBuffer from UnsafeList<Command> to UnsafeList<byte> for better performance; Changed the name of IJobEntityParallel to IJobEntity;
This commit is contained in:
@@ -3,5 +3,5 @@ using Ghost.Test.Core;
|
||||
using Misaki.HighPerformance.LowLevel.Buffer;
|
||||
|
||||
AllocationManager.EnableDebugLayer();
|
||||
TestRunner.Run<ArcEntityTest>();
|
||||
AllocationManager.Dispose();
|
||||
TestRunner.Run<EntityTest>();
|
||||
AllocationManager.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user