zoukankan      html  css  js  c++  java
  • 2019年8月

    目录 e.g. :

    Android (小米8 SE)

      Application.persistentDataPath:      /storage/emulated/0/Android/data/com.VoidGame.VoidTest/files

      Application.dataPath:         /data/app/com.VoidGame.VoidTest-I8LHz6QS8UFhI5FJas78Bg==/base.apk

      // 不支持 File 操作, 可以用 WWW 将文件拷贝到 persistentDataPath, 再用 File 操作 persistentDataPath里的文件

      Application.streamingAssetsPath:     jar:file:///data/app/com.VoidGame.VoidTest-I8LHz6QS8UFhI5FJas78Bg==/base.apk!assets

      Application.temporaryCachePath:     /storage/emulated/0/Android/data/com.VoidGame.VoidTest/cache

    iPhone (iPhone SE)

      Application.persistentDataPath:      /var/mobile/Containers/Data/Application/915F2162-8006-4C1A-8A22-53AB9594AB35/Documents

      Application.dataPath:         /var/containers/Bundle/Application/BE703F0B-C6DB-47D4-A384-90E88B3F1A0D/ProductName.app/Data

      Application.streamingAssetsPath:     /var/containers/Bundle/Application/BE703F0B-C6DB-47D4-A384-90E88B3F1A0D/ProductName.app/Data/Raw

      Application.temporaryCachePath:     /var/mobile/Containers/Data/Application/915F2162-8006-4C1A-8A22-53AB9594AB35/Library/Caches

    WindowsEditor:

      Application.persistentDataPath:      C:/Users/void/AppData/LocalLow/VoidGame/VoidTest

      Application.dataPath:         F:/Projects/Unity/VoidTest/Assets

      Application.streamingAssetsPath:     F:/Projects/Unity/VoidTest/Assets/StreamingAssets

      Application.temporaryCachePath:     C:/Users/void/AppData/Local/Temp/VoidGame/VoidTest

    WindowsPalyer:

      Application.persistentDataPath:      C:/Users/void/AppData/LocalLow/VoidGame/VoidTest

      Application.dataPath:         F:/Projects/Unity/VoidTest/Build/test2/VoidTest_Data

      Application.streamingAssetsPath:     F:/Projects/Unity/VoidTest/Build/test2/VoidTest_Data/StreamingAssets

      Application.temporaryCachePath:     C:/Users/void/AppData/Local/Temp/VoidGame/VoidTest

  • 相关阅读:
    大数据面试题题库
    IDEA下通过Git实现代码管理
    使用QJM实现HDFS的HA配置
    1、HDFS分布式文件系统
    分析system_call中断处理过程
    由一段代码解析系统调用的原理
    从linux内核代码分析操作系统启动过程
    一个简单的时间片轮转多道程序内核
    从一段代码的汇编看计算机的工作原理
    九度OJ1468
  • 原文地址:https://www.cnblogs.com/revoid/p/11280338.html
Copyright © 2011-2022 走看看