![Advanced Save System](https://assetstorev1-prd-cdn.unity3d.com/key-image/e2e5bb85-cd0f-4420-a6c8-0cbdc92b3d83.jpg)
Advanced Save System
Saves time saving data.
Be aware that version 2.x is not compatible with earlier versions from the series 1.x.
⚡ Features ⚡
• Usability
It's super easy to use and examples are included.
• Save Location
↳ PlayerPrefs
↳ File
↳ Server
• Supported types
This save system provides a wide range of supported types
• Security
Prevent cheaters from altering your game data by using the included encryption algorithms.
• Compact files
Compress your files with the GZip compression algorithm.
• Web save
Manage files and directories on your server.
• Documentation
If you don't know how to use a class you can quickly look it up in the documentation.
• Cross platform
Supports all Unity Platforms: PC, Mac, Linux, Windows, iOS, tvOS, Android, Steam, WebGL, ...
• Support
Mail me anytime you need help
この保存システムを使用すると、すべてをすぐに保存できます!
あなたは簡単にできます:
-)PlayerPrefsにすべてのタイプのデータを保存します
-)データの暗号化と復号化
-)データをファイルに書き込む
-)ファイルをサーバーにアップロードします
保存できるタイプは次のとおりです。
-)int
-) 浮く
-) ストリング
-)ブール
-)ダブル
-) 長いです
-)バイト
-)短い
-)char
-) 日付時刻
-)Vector2
-)Vector3
-)クォータニオン
-) 色
-)あなた自身のタイプ
例が含まれています。