return Application.persistentDataPath + "/LocalData";

elif UNITY_ANDROID

                return Application.persistentDataPath + "/LocalData";

elif UNITY_IPHONE

                return Application.persistentDataPath + "/LocalData";

endif

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-08-18
  • 2021-07-16
  • 2022-12-23
相关资源
相似解决方案