首页 > 编程语言 > 详细

Unity3d 一些 常见路径

时间:2015-01-07 10:41:27      阅读:326      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!