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 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