Easy Configuration is a tool that simplifies the process of creating a configuration interface in Unity. It provides a base class (AConfiguration) that stores data as JSON bytes and supports various data types, including primitive types and complex types like lists and dictionaries. The tool also offers customizable visual elements, such as buttons and sliders, and automatically matches the system theme. It supports multiple languages, including English and Chinese, and is compatible with Unity 2020 and above.
Key features include:
- Automatic generation of configuration interface
- Support for various data types
- Customizable visual elements
- Automatic theme matching
- Multi-language support
- Compatible with Unity 2020 and above
With Easy Configuration, you can create a robust and user-friendly configuration interface with minimal code and setup.
The package uses VisualElement and Reflection for its functionality, and Newtonsoft.Json for data serialization.





