我正在使用offical plugin将云保存实施到Unity游戏中
致电后:((PlayGamesPlatform)Social.Active).SavedGame.OpenWithAutomaticConflictResolution(Application.persistentDataPath + "/cloudsave", DataSource.ReadCacheOrNetwork, ConflictResolutionStrategy.UseLongestPlaytime, SaveGameOpened);
我收到以下警告:
***[Play Games Plugin DLL]... ERROR: Received invalid filename: /storage.emulated/0/Android/data/com.blabla.bla/files/cloudsave
此位置的文件已创建,但为空。
如何跟踪此错误?
最佳答案
我更改的所有内容都是从Application.persistentDataPath + "/cloudsave"
到"cloudsave"
的路径,并且可以正常工作。
我之前曾尝试这样做,但是在代码的其他部分必须有一些类似的错误。