Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

help-system-user.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

Using system-user authentication

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.