From 351dc7c33cad0ed89169494fa6c86f0cb943a2a6 Mon Sep 17 00:00:00 2001 From: Lars Date: Tue, 23 Jul 2024 00:15:17 +0200 Subject: [PATCH] Nuget release. --- src/Arch/Arch.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Arch/Arch.csproj b/src/Arch/Arch.csproj index 087f85b..24c68a6 100644 --- a/src/Arch/Arch.csproj +++ b/src/Arch/Arch.csproj @@ -14,13 +14,16 @@ Arch Arch - 1.2.8.1-alpha + 1.2.8.2-alpha genaray Apache-2.0 A high performance c# net.6 and net.7 archetype based ECS ( Entity component system ). Updated CommunityToolkit, increases speed slightly. Fixed some DangerousUtilities. -Refactored adding of entities to be faster. +Refactored adding of entities to be faster. +Introduced Signature for improved performance. +Added MemoryMarshal.CreateSpan in some places for improved performance. +Introduced breaking changes by renaming Group to Component and several other small changes. c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system;stride;unity;godot; https://github.com/genaray/Arch