You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.