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.0] - 2026-07-24
Added
Generate CSVs on demand via Pocket Gems → Parameters → Generate CSVs (or the button in the Config window).
Syncing CSV edits now asks for confirmation before renaming, creating, or deleting more than 20 Scriptable Objects, guarding against accidental bulk edits. (Skipped in batch/headless builds.)
Changed
Performance:
CSVs are no longer auto-synced. They're now an opt-in working copy: generate them on demand, and editing a Scriptable Object prompts to delete the now-outdated CSVs.
Scriptable Object edits are much faster now that CSVs aren't auto-synced.
Saving a Scriptable Object validates only what changed (full validation still runs on a full regeneration and at build time).
Intermediate parameter data files are no longer imported into the project.
The parameter asset watcher now bails out early when there's nothing to do, instead of scanning every changed file first.
Deleting a CSV row skips redundant work when a full regeneration is already queued.
Addressable setup only saves when something actually changed.
Faster EditorParams loading.
Removed a slow full-project asset refresh (up to ~1s on large projects) in favor of targeted updates.
Verbose log lines are now tagged with a [Verbose] prefix.
Fixed
More accurate data-generation timing logs.
Detect simultaneous CSV and Scriptable Object edits and prompt for how to proceed.
CSV syncing correctly applies when the project is running with remote addressables.