手动下载、解密Unity商店的插件
Download The Resources in Unity Assetstore Manually
下载DownloadResourcesManually.cs,放到unity里面
Download DownloadResourcesManually.cs file, and import into unity在商店里下载一个你需要的资源
Download a resource in the untiy aseet store在工具栏找到Tools-DownloadResourcesManually,打开界面
Find Tools-DownloadResourcesManually on toolbar, and open the windows找到刚刚下载资源的名称,如果没有找到,请点刷新
Find the name of the asset donwloaded justnow, if not exist, press the refresh buttom用url里面的地址手动下载,完成后把路径复制进package path ,然后点decrypt,之后会在相同目录产生一个对应的unitypackage文件
Download manually with the address in the URL, copy the downloaded file path into the package path, and then click decrypt. A corresponding unitypackage file will be generated in the same directory.
如果不是windows系统,需要改一下path的值
If not the windows os, need to change the value of path
