SaaSHub helps you find the best software and product alternatives Learn more →
NaughtyAttributes Alternatives
Similar projects and alternatives to NaughtyAttributes
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
libtcod-vcpkg-template
A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.
-
-
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.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
MessageKit
Decoupled message sending system meant as a replacement for SendMessage and its variants. (by prime31)
-
Serially
Adds a unity-supported, SerializableType class and an inspector for editing SerializeReference fields.
-
-
-
-
Bewildered-Core
Common use data types, and utilities for Unity that are high-quality and feel like a native part of Unity
-
-
-
-
-
-
Vertx.Decorators
Discontinued Attributes and Property Decorators for Unity that have access to the SerializedProperty used to draw the field.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NaughtyAttributes discussion
NaughtyAttributes reviews and mentions
-
How do you implement static string, I use it like this but im not sure if it's a good way
NaughtyAttributes is a free plugin that allows you to do so. By using attributes you can make your fields a lot easier to manage. For example [Tag] is an attribute that allows your string to be directly linked to the corresponding tag.
-
How do you handle the constant null checking?
In Unity, you could use NaughtyAttributes and then use the [Required] attribute to indicate that a value is mandatory.
-
I love collecting free/MIT utility code for Unity to add to my projects. Let's share some!
NaughtyAttributes https://github.com/dbrizov/NaughtyAttributes is amazing for quickly and easily customizing script inspectors without having to resort to a full custom inspector GUI
-
how can I make this button?
Naughty Attributes is your friend
-
It's staggering how online resources don't even come close to teaching you what you learn from a production environment
It's a professional team of ~15. Being able to customize the display of data within the Inspector makes it much easier for less technical team members to tune and create.
-
What are your favorite productivity tools? Especially lesser-known or free ones?
I personally love Naughty Attributes: https://github.com/dbrizov/NaughtyAttributes which makes it easy to add inspector buttons to functions.
-
Call a Method via Button in the Inspector
I went and looked for the open source version I mentioned - https://github.com/dbrizov/NaughtyAttributes
-
Share the tools you use for game design, coding and narrative
For Unity, I strongly recommend something like NaughtyAttributes to help expose your data in the Inspector with better widgets and validation. (There are paid alternatives too. Odin might accomplish a lot of the same?)
- Is there custom editors or editor tools you can't do without?
-
Is it possible to toggle a field serialization on bool value? (true=serialize, false= deserialize)
There's also free alternatives like naughty attributes which has a HideIf attribute too
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Mar 2025
Stats
dbrizov/NaughtyAttributes is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of NaughtyAttributes is C#.
Popular Comparisons
- NaughtyAttributes VS UnitySerializedDictionary
- NaughtyAttributes VS Unity-Editor-Toolbox
- NaughtyAttributes VS Unity-SerializeReferenceExtensions
- NaughtyAttributes VS unity-actions
- NaughtyAttributes VS dear-imgui-unity
- NaughtyAttributes VS Unity-SerializableDictionary
- NaughtyAttributes VS Serially
- NaughtyAttributes VS MessageKit
- NaughtyAttributes VS Bewildered-Core
- NaughtyAttributes VS Markup-Attributes