Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Doesn't matter what launch option you choose, all of them support custom configu

## Plugin Variables

The Unity MCP Plugin reads the following environment variables (and command-line arguments) on startup to override values from the saved config file. Overrides are **not persisted** to disk — they apply for the current session only.
The Unity MCP Plugin reads the following environment variables (and command-line arguments) on startup to override values from the saved config file. Overrides **are persisted** to disk — on first run or when a new authentication token is generated, the overridden values are written to the config file and will be used in subsequent sessions.

| Environment Variable | Command Line Arg | Values | Description |
| --------------------------- | --------------------------- | ------------------- | --------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion Unity-MCP-Plugin/Assets/root/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Doesn't matter what launch option you choose, all of them support custom configu

## Plugin Variables

The Unity MCP Plugin reads the following environment variables (and command-line arguments) on startup to override values from the saved config file. Overrides are **not persisted** to disk — they apply for the current session only.
The Unity MCP Plugin reads the following environment variables (and command-line arguments) on startup to override values from the saved config file. Overrides **are persisted** to disk — on first run or when a new authentication token is generated, the overridden values are written to the config file and will be used in subsequent sessions.

| Environment Variable | Command Line Arg | Values | Description |
| --------------------------- | --------------------------- | ------------------- | --------------------------------------------- |
Expand Down