#
📑 Changelog
All notable changes to EazyPrefs will be documented on this page.
#
[1.0.1] - 2025-05-04
#
Fixed
- Popup windows (Add Pref, Filters, Encryption Password) now appear correctly on Unity 6 and newer versions
EazyEditorPrefswrapper script is now correctly generated inside anEditorfolder
#
Improved
- Editor performance improvements when rendering large EditorPrefs lists
- Minor visual/UI polish in the editor window
#
[1.0.0] - Initial Release
🚀 EazyPrefs is live!
The first official release of EazyPrefs is packed with features to supercharge your PlayerPrefs and EditorPrefs workflow.
#
✨ Highlights
- Powerful editor window to view, edit, create, and manage prefs
- Full support for PlayerPrefs and EditorPrefs in one unified UI
- Support for dozens of data types (int, float, bool, string, enums, vectors, colors, DateTime, JSON objects, and more)
- Built-in encryption and compression support (per-pref)
- Prefs Wrappers (auto-generated static access classes)
- Modular and type-safe pref system with strongly-typed access
- Extendable API — create custom pref types and drawers
- Import/export prefs as JSON
- Clean, intuitive UI with filtering, sorting, and search
- Version-control-friendly config file
- Designed for both runtime and editor use