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;
8 lines
194 B
C#
8 lines
194 B
C#
using Ghost.Entities.Test;
|
|
using Ghost.Test.Core;
|
|
using Misaki.HighPerformance.LowLevel.Buffer;
|
|
|
|
AllocationManager.EnableDebugLayer();
|
|
TestRunner.Run<EntityTest>();
|
|
AllocationManager.Dispose();
|