-
Notifications
You must be signed in to change notification settings - Fork 1
Release 0.3.0 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ector Added List functionality to ObservableList to bring the same feature scope from normal C# lists Fixed EnumSelector visualization bugs
Add new SortedList extensions to help sort list in direct calls Add new Dictionary serializer
🤖 OpenAI High-level summaryThe changes include improvements to error handling, refactoring of logic, and the addition of new classes and attributes. The code changes aim to enhance the modularity, maintainability, and performance of the mobile game project. Notable changes include replacing string arrays with GUIContent arrays for enum values, adding a custom property drawer for read-only properties, implementing serialization for dictionaries in Unity, and introducing extension methods for sorted lists.
Chat with 🤖 OpenAI Bot (
|
Summary by OpenAI
Release Notes:
ObservableField
class.UnitySerializedDictionary
class that allows serialization of dictionaries in Unity.EnumSelectorPropertyDrawer
class.EnumSelector
andObservableField
classes.