码迷,mamicode.com
首页 > 编程语言 > 详细

Unity3d 一些 常见路径

时间:2015-01-07 10:43:17      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:

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

Unity3d 一些 常见路径

标签:

原文地址:http://www.cnblogs.com/chongxin/p/4207715.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!