Skip to content

docs: correct override persistence behavior in Plugin Variables section#526

Merged
IvanMurzak merged 2 commits intoci/unity-with-claudefrom
copilot/sub-pr-525
Mar 5, 2026
Merged

docs: correct override persistence behavior in Plugin Variables section#526
IvanMurzak merged 2 commits intoci/unity-with-claudefrom
copilot/sub-pr-525

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 5, 2026

The README incorrectly stated that env/CLI overrides are session-only and not persisted. In reality, ApplyEnvironmentOverrides mutates the config object before GetOrCreateConfig returns — so on first run or when a token is (re)generated, Save() writes the overridden values to UserSettings/*.json, making them persistent.

Changes

  • README.md / Unity-MCP-Plugin/Assets/root/README.md: Updated the Plugin Variables section to accurately reflect that overrides are persisted to disk when the config is created or a token is generated, and will be used in subsequent sessions.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: IvanMurzak <9135028+IvanMurzak@users.noreply.github.com>
Copilot AI changed the title [WIP] Update PR description to clarify persistent override feedback docs: correct override persistence behavior in Plugin Variables section Mar 5, 2026
@IvanMurzak IvanMurzak marked this pull request as ready for review March 5, 2026 01:19
@IvanMurzak IvanMurzak merged commit e505b1f into ci/unity-with-claude Mar 5, 2026
@IvanMurzak IvanMurzak deleted the copilot/sub-pr-525 branch March 5, 2026 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants