Unity项目存档路径
2020-04-07 本文已影响0人
会奔跑的蘑菇
1-我的文档下System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments)
2-打包目录下
Application.streamingAssetsPath
3-程序同级目录下Directory.GetCurrentDirectory()
目前做的项目是pc端的,游戏目录下,所以选择3
1-我的文档下System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments)
2-打包目录下
Application.streamingAssetsPath
3-程序同级目录下Directory.GetCurrentDirectory()
目前做的项目是pc端的,游戏目录下,所以选择3