【发布时间】:2019-01-07 00:06:03
【问题描述】:
我正在使用 Unity 构建 Oculus Go 应用。 我正在尝试在 GO 的内部存储中创建一个 txt 文件。 (将 HMD 插入 PC 时看到的那个)。
我尝试了这些不同的路径,它们似乎都不起作用:
- Application.persistentDataPath
- /mnt/sdcard/myFolder
- //storage/emulated/0/Android/data/myFolder.
如果有人知道正确的那会很酷 谢谢!
【问题讨论】:
-
我也在尝试这样做,您介意同时分享您的读/写功能吗?
标签: android unity3d storage oculus oculusgo