From a0158918a7cf3793a06db2d64d1ee7bb3f215692 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 18 May 2024 16:15:47 +0800 Subject: [PATCH 1/2] fix --- src/Internal/Editor/EcsGUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Internal/Editor/EcsGUI.cs b/src/Internal/Editor/EcsGUI.cs index 9b900d6..bd18a12 100644 --- a/src/Internal/Editor/EcsGUI.cs +++ b/src/Internal/Editor/EcsGUI.cs @@ -288,7 +288,7 @@ namespace DCFApixels.DragonECS.Unity.Editors while (next) { result++; - next = propsCounter.Next(false); + next = propsCounter.Next(true); } return result; } From 2a2a2a70d18882b402318a345745cac1bb1ab23d Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 18 May 2024 16:16:27 +0800 Subject: [PATCH 2/2] up version to 0.3.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 667a164..c4adf7a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "displayName": "DragonECS-Unity", "description": "Integration with Unity for DragonECS", "unity": "2021.2", - "version": "0.3.21", + "version": "0.3.22", "repository": { "type": "git", "url": "https://github.com/DCFApixels/DragonECS-Unity.git"