return Application.persistentDataPath + "/LocalData";
elif UNITY_ANDROID
return Application.persistentDataPath + "/LocalData";
elif UNITY_IPHONE
return Application.persistentDataPath + "/LocalData";
return Application.persistentDataPath + "/LocalData";
return Application.persistentDataPath + "/LocalData";
return Application.persistentDataPath + "/LocalData";
相关文章: