unity 在安卓平台下怎么获取streamingassetspath
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了unity 在安卓平台下怎么获取streamingassetspath相关的知识,希望对你有一定的参考价值。
参考技术A string filePath =#if UNITY_android && !UNITY_EDITOR
"jar:file://" + Application.dataPath + "!/assets/" + flodername + "/";
#elif UNITY_IPHONE && !UNITY_EDITOR
Application.dataPath + "/Raw/";
#elif UNITY_STANDALONE_WIN || UNITY_EDITOR
"file://" + Application.dataPath + "/StreamingAssets" + "/" + flodername + "/";
#endif本回答被提问者采纳
求助unity里面从PC平台切换到安卓开发平台 lightmap出现错误
参考技术A 大型游戏开发,三维交互开发中文连载unity3d视频,unity3dlightmapsize怎么设置课程里面有讲解到,而且讲解非常的好,编,程,回,忆,录,的unity3d教父从零基础开始用最直白的语言告知我们它们的内含,让我们都能听懂、学懂、学会。本回答被提问者采纳以上是关于unity 在安卓平台下怎么获取streamingassetspath的主要内容,如果未能解决你的问题,请参考以下文章