From 63e64651bb5844b3223e5100eb73db0ecf6a9b95 Mon Sep 17 00:00:00 2001 From: Reina_Sakiria Date: Sat, 19 Oct 2024 16:12:03 +0900 Subject: [PATCH 1/2] fix: TTT running after of FloorAdjuster --- Editor/NDMF/NDMFPlugin.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/NDMF/NDMFPlugin.cs b/Editor/NDMF/NDMFPlugin.cs index 02715b9d..4fcad25f 100644 --- a/Editor/NDMF/NDMFPlugin.cs +++ b/Editor/NDMF/NDMFPlugin.cs @@ -26,6 +26,7 @@ protected override void Configure() InPhase(BuildPhase.Transforming) .BeforePlugin("io.github.azukimochi.light-limit-changer") + .BeforePlugin("net.narazaka.vrchat.floor_adjuster") .Run(BeforeUVModificationPass.Instance).Then .Run(TexTransBehaviorInsideNestedNonGroupComponentIsDeprecatedWarning.Instance).Then From 37aecc43aa2a9328c2c43164e75e49546349b1b2 Mon Sep 17 00:00:00 2001 From: Reina_Sakiria Date: Sat, 19 Oct 2024 16:13:09 +0900 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f24b32..5524de28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/ReinaS-64892/TexTransTool/compare/v0.8.1...HEAD) +### Fixed + +- narazaka/FloorAdjuster よりも後に TTT を実行してしまい、 Decalなどがずれてしまう問題を 先に動作させることで修正 (#693) + ## [v0.8.1](https://github.com/ReinaS-64892/TexTransTool/compare/v0.8.0...v0.8.1) - 2024-10-09 ### Fixed