Application.persistentDataPathで取得した先
win:
「C:/Users/xxxx/AppData/LocalLow/CompanyName/ProductName」
ユーザー名:ore
会社名:hoge
アプリ名:XRHoge
=> C:\Users\ore\AppData\LocalLow\hoge\XRHoge
windows
Application.dataPath : /Assets
Application.streamingAssetsPath : /Assets/StreamingAssets
Application.persistentDataPath : C:/Users/xxxx/AppData/LocalLow/CompanyName/ProductName
Application.temporaryCachePath : C:/Users/xxxx/AppData/Local/Temp/CompanyName/ProductName
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