UNPKG

com.knot.projectmod

Version:

Unity Editor project modification automation tool

47 lines (29 loc) 1.06 kB
## 0.5.0 (2024-12-11) * Add IKnotCombinedModAction * Fixed re-importing of a package if it has already been imported ## 0.4.5 * Add DefaultIcon for KnotSetProductInfoModAction ## 0.4.4 * Add KnotAddressablesGroupIncludeModAction ## 0.4.1 (2024-10-04) * Add IKnotModDescriptor * Fixed Mods List properties not respoding to changes ## 0.4.0 (2024-09-28) * [breaking change] UPM (GitHub) - Moving common parts of code to Knot.Core assembly. Please, use scope registry installation method * Migrating to Unity 2021.3+ ## 0.3.0 (2024-08-24) * Add KnotAddBuildSceneModAction * Add KnotRemoveBuildSceneModAction ## 0.2.8 (2024-08-23) * Fixed KnotTypePicker'r attribute drawer not responding to property changes ## 0.2.7 (2023-12-05) * KnotSetScriptingDefineSymbolsModAction Append mode fix ## 0.2.6 (2023-11-26) * Add AllowUnsafeCodeModAction * Add ActionMethod to SetScriptingDefineSymbolsModAction ## 0.2.4 (2023-10-30) * Add KnotSetScriptingDefineSymbolsModAction ## 0.2.3 (2023-10-18) * Builtin Mod Actions ## 0.1.0 (2023-10-14) * Initial release