Using system-user authentication

October 14, 2024 ยท View on GitHub

By default openupm resolves registry authentication credentials from the users local .upmconfig.toml (Ie the one stored at ~/.upmconfig.toml).

When you are using openupm on Windows and would like to use the system-users .upmconfig.toml instead, you can use the --system-user option.

openupm add com.my.package --system-user

See the Unity docs on the topic for more information.