Bewildered-Core
Common use data types, and utilities for Unity that are high-quality and feel like a native part of Unity (by MechWarrior99)
Markup-Attributes
A Unity Editor extension for customizing inspector layout with attributes. (by gasgiant)
Bewildered-Core | Markup-Attributes | |
---|---|---|
1 | 3 | |
53 | 292 | |
- | - | |
0.0 | 0.0 | |
almost 3 years ago | over 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.
Markup-Attributes
Posts with mentions or reviews of Markup-Attributes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
-
I have a massive list of variables in the inspector that keeps clogging my script, making it super tedious to work on. Is their any way I could group them all together in a folder and just close and open the folder in the inspector? Like a more advanced Header for groups of variables?
Unfortunately, attributes can only annotate members or types, not scopes. NaughtyAttributes, as suggested below, is excellent, but I find MarkupAttributes to be even more elegant -- just one attribute is needed for a foldout group, as opposed to the same attribute on every field.
-
Is Odin still worth it?
Markup Attributes - Does layout and grouping of fields using attributes. I find it's styling to be the most inline with native Unity, and most likely what I will be in my next project. It also supports material editors. Overall it is quite light weight, and good quality.
-
I made an open source plugin for controlling editor layout with attributes. It works in C# and in ShaderLab. Link in the comments.
Here is the link: https://github.com/gasgiant/MarkupAttributes
What are some alternatives?
When comparing Bewildered-Core and Markup-Attributes 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.
Unity-Editor-Toolbox - Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
Unity-SerializableDictionary - Serializable dictionary class for Unity
NaughtyAttributes - Attribute Extensions for Unity