Unity3d 一些 常见路径

Application.persistentDataPath

  C:\Users\Administrator\AppData\LocalLow\Company Name\Product Name 如果改成中文 貌似会有乱码

 
 
 

Location of Downloaded Asset Files

You will rarely, if ever, need to access the files downloaded from the Asset Store directly. However, if you do need to, you can find them in

~/Library/Unity/Asset Store


…on the Mac and in

  C:\Users\accountName\AppData\Roaming\Unity\Asset Store


…on Windows. These folders contain subfolders that correspond to particular Asset Store vendors - the actual asset files are contained in the appropriate subfolders.

 
 

示例工程路径

C:\Users\Public\Documents\Unity Projects
posted @ 2015-01-07 10:12  灵魂重新  阅读(386)  评论(0编辑  收藏  举报