Skip to content

v5.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:24
· 2 commits to main since this release
9021b5b

[5.1.2] - 2026-08-05

Changed

  • The "Generate CSVs" menu action now reveals the CSV folder in Finder/Explorer after a successful generation.

Fixed

  • "Open CSV" in the Scriptable Object inspector now offers to generate the CSVs when the file doesn't exist, instead of only logging an error.
  • Compilation fix for Addressables 2.x (Unity 6+), where BuildScriptVirtualMode was removed — guarded via a new ADDRESSABLES_2_0_0_OR_NEWER version define.
  • Compilation fix for Unity 6000.3+, where the new UnityEditor.IMGUI.Controls.TreeViewItem<TIdentifier> made the validation tree view's internal TreeViewItem<T> reference ambiguous.
  • Syncing a CSV edit that renames an identifier now queues a full regeneration (as deletions already did), so the old identifier's rows don't linger in the previously built parameter data.