zoukankan      html  css  js  c++  java
  • Unity中的Path对应各平台中的Path

    IOS:
    Application.dataPath :                    Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/xxx.app/Data
    Application.streamingAssetsPath : Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/xxx.app/Data/Raw
    Application.persistentDataPath :    Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents
    Application.temporaryCachePath : Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library/Caches

    Android:
    Application.dataPath :             /data/app/xxx.xxx.xxx.apk
    Application.streamingAssetsPath :     jar:file:///data/app/xxx.xxx.xxx.apk/!/assets
    Application.persistentDataPath :     /data/data/xxx.xxx.xxx/files
    Application.temporaryCachePath :     /data/data/xxx.xxx.xxx/cache

    Windows Web Player:
    Application.dataPath :             file:///D:/MyGame/WebPlayer (即导包后保存的文件夹,html文件所在文件夹)
    Application.streamingAssetsPath :     
    Application.persistentDataPath :     
    Application.temporaryCachePath :

  • 相关阅读:
    185. [USACO Oct08] 挖水井
    JavaEE Tutorials (9)
    vjudge A
    HDU 2089 不要62
    国庆 day 2 下午
    国庆 day 2 上午
    国庆 day 1 下午
    P2899 [USACO08JAN]手机网络Cell Phone Network
    洛谷 P1690 贪婪的Copy
    洛谷 P2209 [USACO13OPEN]燃油经济性Fuel Economy
  • 原文地址:https://www.cnblogs.com/jiahuafu/p/6427568.html
Copyright © 2011-2022 走看看