在移动端StreamingAssets下的文件是只读的,但大家可能跟我一样遇到了发布安卓以后放在StreamingAssets下的数据库文件一样读取不了, 但其实这个文件夹其实是可以读取到的,所以我们需要使用XML来读取文件,然后转存到persistentDataPath目录下,下面是代码: public static class Config { public static string filepath = Application.persistentDataPath + "/TowerDe
设备联想A7600m,好像是联发科的cpu 先用网上流传很广的这个Unity自带接口试验一下: Handheld.PlayFullScreenMovie(Path.Combine(Application.streamingAssetsPath, path), Mobile_BackgroundColor, Mobile_ControlMod, Mobile_ScalingMod); 安卓截屏,log说gfx设备无效? Skipped frame because GfxDevice is in i
要3个东西!NDS,SDK,JDK, NDK官网下载:https://developer.android.google.cn/ndk/downloads/index.html(注意系统是不是64位) JDK官网下载:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html(注意系统是不是64位) SDK官网下载:https://android-sdk.en.softonic.com/ S