Bewildered-Core
Common use data types, and utilities for Unity that are high-quality and feel like a native part of Unity (by MechWarrior99)
UnitySerializedDictionary
Serialized and drawed in editor Dictionary (by Prastiwar)
Bewildered-Core | UnitySerializedDictionary | |
---|---|---|
1 | 2 | |
53 | 92 | |
- | - | |
0.0 | 2.0 | |
almost 3 years ago | almost 2 years ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Bewildered-Core
Posts with mentions or reviews of Bewildered-Core.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-16.
-
Is Odin still worth it?
Bewildered Core - Full discloser this one is mine. It has styling that imo feels native to Unity, supports lists as keys and values, and plays nice with custom editors, as clean and commented code. I have an update in the next day or so that will add extension methods for working with the serialized dictionaries with SerializedProperties. Again this one is mine, so I am definitely biased, but the others really do have issues with their implementations.
UnitySerializedDictionary
Posts with mentions or reviews of UnitySerializedDictionary.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-27.
- A Free Serialized Dictionary to help you get your game done faster
-
Is Odin still worth it?
Unity Serialized Dictionary - A decent implementation, takes a different path than most and reimplements the dictionary from scratch. It however does not support lists/arrays as keys or values.
What are some alternatives?
When comparing Bewildered-Core and UnitySerializedDictionary you can also consider the following projects:
Unity-SerializeReferenceExtensions - Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
NaughtyAttributes - Attribute Extensions for Unity
Unity-Editor-Toolbox - Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
Unity-SerializableDictionary - Serializable dictionary class for Unity