Skip to content

Releases: ertanturan/Unity-Advanced-PlayerPrefs

Vector and Quaternion Upgrade

26 May 14:55
Compare
Choose a tag to compare

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

Changes

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

v1.0.0

24 May 09:38
5340bd8
Compare
Choose a tag to compare

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.