Skip to content

Releases: ertanturan/Unity-Advanced-PlayerPrefs

Vector and Quaternion Upgrade

Choose a tag to compare

@ertanturan ertanturan released this 26 May 14:55

Full Changelog: v1.0.0...v1.0.1

Changes

Added Vector3 and Quaternion type support. Readme.md upgraded.
Added assembly definition.

v1.0.0

Choose a tag to compare

@ertanturan ertanturan released this 24 May 09:38
5340bd8

Initial Release

This system is an alternative to Unity's Playerprefs which limits save files up to 1MB and only works in admin users. Also can only support float,string and integer.

Features

Save and Load ; float, string, int, Vector3 and Quaternion by key.