Here is my first question : can we configure somewhere in Unity the proxy settings to be able to access online features of the editor (updates check and assets store in particular)?
I’m using Unity at work, where network is filtered and we need to use a proxy to go outside…
When checking for updates, I get this message : “Connection to the update server failed” (console saying “Couldn’t connect to server url: https://kharma.unity3d.com/”).
When trying to access Asset Store, I get this message : “You are currently offline. You must be online in order to download content from Asset Store. Existing downloaded content may still imported into your current Project.”.
If it is not possible to configure proxy settings, could someone please give me the ports used by Unity so I can ask our admins to open it?
Doesn’t work anymore… ;___;
It’s really annoying not being able to access Asset Store (which is a huge feature of Unity)… especially when you bought a pro version!
I was finally able to solve this by setting the user ENV Variable HTTPS_proxy to http://www{my own proxy}:8000. This was instead of the HTTP_proxy. It was confusing, because apparently the “Check of Updates” does not use a secure conneciton (so it worked with HTTP_proxy), but the Assett Store does require a secrue connection.
Hi I am having this same issue at uni. Could you please specify in more detail where you did this (unity files/window files/web files) and if possible give me a quick guide on how to do this.
I am concerned that if I edit the wrong file I could cause major problems.
I fixed this on one of my machines by uninstalling everything related to Unity - i.e. all folders and registry settings, then doing a fresh install - HOWEVER - what I would recommend trying first is to go to your Windows Firewall and deleting all the rules related to Unity, restarting, and then having Unity ask again how you want to handle it connecting to the internet. When I went from 3.5.6 to 4.0, I lost my ability to connect to the Asset Server and Asset Store - but cleaning everything out and reinstalling fixed it. I wish I could be more specific, but when settings are kept in any number of places, it’s hard to troubleshoot and it’s sometimes better to just start with a clean sheet of paper