虎哥 发表于 2020-3-19 15:37:03

All Platforms Save 1.1.3 Unity平台保存加载游戏数据

本帖最后由 虎哥 于 2020-3-19 15:39 编辑


插件名称:All Platforms Save 1.1.3插件官网:访问官网
版权协议:Red pine1.1解压密码:通用密码
All Platforms Save 1.1.3

Key features:
-Easy to use: same line of code to save or load game data on all supported Unity platforms.
-Game data can be saved using PlayerPrefs or external files.
-Works on all Unity platforms without making any changes to the code.
-Supports multiple save files.
-Keeps your code clear.

This asset is also included in Mobile Tools. A more complex pack that includes In App Purchase, Ads Achievements and Leaderboards solutions. All are integrated in a complete game, also included, so you will have a complete example of how to use each one.

Supported save methods:
-JSONSerializationFileSave -> serializes data using built-in JSON serializer and saves the result into an external file.
-JSONSerializationPlayerPrefs -> serializes data using built-in JSON serializer and saves the result as a string using PlayerPrefs.
-BinarySerializationFileSave -> serializes data using BinaryFormatter and saves the result into an external file.
-BinarySerializationPlayerPrefs -> serializes data using the BinaryFormatter and saves the result as a string using PlayerPrefs.

**** Hidden Message *****

nevercg 发表于 2020-5-18 08:29:22

感谢分享
页: [1]
查看完整版本: All Platforms Save 1.1.3 Unity平台保存加载游戏数据