From a341253a491e8de71a636ecdd6c20ebcb1b7d44f Mon Sep 17 00:00:00 2001 From: DE-YU_H14 Date: Sat, 30 Mar 2024 02:33:44 +0800 Subject: [PATCH] Package Ready --- GDTask/GDTask.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GDTask/GDTask.csproj b/GDTask/GDTask.csproj index 82a6ac5..dca189c 100644 --- a/GDTask/GDTask.csproj +++ b/GDTask/GDTask.csproj @@ -14,7 +14,7 @@ GDTask GDTask - 1.2.1 + 1.2.2 DE-YU, Atlinx, Yoshifumi Kawai / Cysharp Provides an efficient async/await integration to Godot 4.1+ https://www.nuget.org/packages/GDTask @@ -23,7 +23,7 @@ https://github.com/Delsin-Yu/GDTask.Nuget git Godot GDTask GodotTask Task Async - The `PlayerLoopTiming` enum now has `IsolatedProcess` and `IsolatedPhysicsProcess` for running async APIs when the scene tree has paused. + Remove unused Awake/EnterTreeMonitor, and adds extra checks to make sure calling GDTask APIs under editor environment throws an Exception instead of crashing the editor. LICENSE.md true