If your organization’s web proxy requires user authentication and is configured to accept basic authentication (username and password), users must store their credentials before using Unity applications.
If you use Unity on Windows, follow the procedure below. For other platforms and environments, refer to Alternatives for other platforms and environments.
Before you begin, make sure you enable automatic proxy configuration.
Follow these steps to store your proxy credentials in Windows, replacing the proxy address of webproxy.mycompany.com
and the user name of proxyuser
.
To open Credential Manager, type credential manager
in the search box on the taskbar to find Credential Manager Control panel.
Open Credential Manager.
Select Windows Credentials.
Select Add a generic credential.
For Internet or network address, type the web proxy’s host name or IP address.
Type your Username and Password.
Click OK.
Unity applications will use these stored credentials when authenticating with the specified web proxy.
Some platforms and environments don’t fully support Unity’s automatic proxy configuration feature, or the storage of user credentials, or both. Some examples are:
In such cases, consider the following alternatives:
For CI\CD pipelines that run in a Windows environment, use cmdkey
to add credentials to Windows Credential Manager from the command line interface (CLI). Refer to cmdkey on Microsoft Learn for examples.
For environments that don’t support storage of credentials, you can define the proxy configuration in environment variables. This definition can also include username and password, if necessary. For more information, refer to Use environment variables to identify your web proxy.
If neither basic authentication nor Unity’s automatic proxy configuration is an option, you’ll need to define exceptions in your web proxy so it doesn’t require authentication for resources requested by Unity applications.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.