Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zasadnyy/519226240a9d6a7b87da to your computer and use it in GitHub Desktop.
Save zasadnyy/519226240a9d6a7b87da to your computer and use it in GitHub Desktop.
============== Android with split application binary enabled
Application.dataPath: /storage/emulated/0/Android/obb/im.getsocial.testapp.unity/main.1.im.getsocial.testapp.unity.obb
Application.persistentDataPath: /storage/emulated/0/Android/data/im.getsocial.testapp.unity/files
Application.streamingAssetsPath: jar:file:///storage/emulated/0/Android/obb/im.getsocial.testapp.unity/main.1.im.getsocial.testapp.unity.obb!/assets
============== Android with split application binary DISabled
Application.dataPath: /data/app/im.getsocial.testapp.unity-2/base.apk
Application.persistentDataPath: /storage/emulated/0/Android/data/im.getsocial.testapp.unity/files
Application.streamingAssetsPath: jar:file:///data/app/im.getsocial.testapp.unity-2/base.apk!/assets
============== iOS
Application.dataPath: /private/var/mobile/Containers/Bundle/Application/71C38EEB-1C3E-4AB1-918A-3BF379CBE5C1/unity.app/Data
Application.persistentDataPath: /var/mobile/Containers/Data/Application/055811B9-D125-41B1-A078-F898B06F8C58/Documents
Application.streamingAssetsPath: /private/var/mobile/Containers/Bundle/Application/71C38EEB-1C3E-4AB1-918A-3BF379CBE5C1/unity.app/Data/Raw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment