From 66667c364123d24b486a5025b2a6da65b383ae77 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Tue, 3 Oct 2023 11:43:39 +0900 Subject: [PATCH 1/4] chore: rename SolverUI.cs -> SolverWindow.cs to preserve editor location after restarting UnityEditor --- Editor/UI/{SolverUI.cs => SolverWindow.cs} | 0 Editor/UI/{SolverUI.cs.meta => SolverWindow.cs.meta} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Editor/UI/{SolverUI.cs => SolverWindow.cs} (100%) rename Editor/UI/{SolverUI.cs.meta => SolverWindow.cs.meta} (100%) diff --git a/Editor/UI/SolverUI.cs b/Editor/UI/SolverWindow.cs similarity index 100% rename from Editor/UI/SolverUI.cs rename to Editor/UI/SolverWindow.cs diff --git a/Editor/UI/SolverUI.cs.meta b/Editor/UI/SolverWindow.cs.meta similarity index 100% rename from Editor/UI/SolverUI.cs.meta rename to Editor/UI/SolverWindow.cs.meta From 1d75313ffcdb0d07bf02dcbfa496f129675b5184 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Tue, 3 Oct 2023 11:49:49 +0900 Subject: [PATCH 2/4] docs(changelog): Posision of Plugin Ordering Window are now preserved after restarting UnityEditor --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6564739..840557c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create ApplyOnPlayGlobalActivator correctly when creating and opening scenes (#31) ### Changed +- Posision of Plugin Ordering Window are now preserved after restarting UnityEditor (#42) ### Removed From 9b6737c50a126d4b1ddfd48c645a58593f6dd292 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Tue, 3 Oct 2023 11:50:23 +0900 Subject: [PATCH 3/4] docs(changelog): Posision of Plugin sequence display are now preserved after restarting UnityEditor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840557c1..3767c023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create ApplyOnPlayGlobalActivator correctly when creating and opening scenes (#31) ### Changed -- Posision of Plugin Ordering Window are now preserved after restarting UnityEditor (#42) +- Posision of Plugin sequence display are now preserved after restarting UnityEditor (#42) ### Removed From 541ecce81016b64b7dfe47e9ad9a418a146da689 Mon Sep 17 00:00:00 2001 From: bd_ Date: Tue, 3 Oct 2023 19:21:28 +0900 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3767c023..97258ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create ApplyOnPlayGlobalActivator correctly when creating and opening scenes (#31) ### Changed -- Posision of Plugin sequence display are now preserved after restarting UnityEditor (#42) +- Position of the Plugin sequence display window is now preserved after restarting the Unity Editor (#42) ### Removed