poi-vrc / DressingFramework

A framework that assembles DressingTools and manipulates avatar menus and animations through a set of APIs.
https://poi-vrc.github.io/DressingFramework
GNU Lesser General Public License v3.0
8 stars 1 forks source link

fix: possible incorrect compilation order with ma/ndmf causing part of the feature disabled #50

Closed poi-vrc closed 4 months ago

poi-vrc commented 5 months ago

well, version defines are probably not intended for this usage. thinking to use something to detect imports and recompile https://docs.unity3d.com/ScriptReference/Compilation.CompilationPipeline.html https://discussions.unity.com/t/force-unity-to-recompile-scripts/65762

poi-vrc commented 5 months ago

some scripts are compiled without the version defines even though the optional dependencies are imported. probably need some static code to #ifndef VERSION_DEFINE but package exists run CompilationPipeline.RequestScriptCompilation();