Google Play 服务:云存档

Google Play Services: Cloud Save

我正在使用 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" 的路径,它有效。

我之前尝试这样做,但在代码的其他部分一定有一些类似的错误。