found that the packages downloaded from asset store did not know where it was placed.
Windows 7,c:\users\<username>\appdata\roaming\unity\asset Store
Mac OS X,~/library/unity/asset Store
Installed several versions of unity, download packages in asset store, download progress has not responded, find long time reason, found one of unity can download packages
============== Ornate Split Line ==============
Source: http://blog.csdn.net/ycguhang/article/details/17606943
Unity accesses Assetstore via proxy
The company is online through the agent, Unity3d Asset Store can be accessed through the web, but in the U3d editor, access to asset store will prompt unable to open.
Looked up a lot of information, basically did not find the value, through the attempt, can solve the problem, the method is as follows:
In Windows is through the proxy to the Internet, although the agent in IE has been set up, but our unity editor does not go to probe this setting, instead, it will probe the Windows environment variables under the Http_proxy and https_proxy these two parameters.
1. Right-click My computer to set environment variables
2, for example, the company's proxy IP is: 192.168.1.100 port: 8080
Variable name: https_proxy
variable value: Https://192.168.1.100:8080
variable name: http_proxy
variable value: Https://192.168.1.100:8080
then "OK"
3, restart your computer
Problem can be solved.
Where is the Asset Store download package?