Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
1/4
Keep your inspector and editor window organised and clear with this small collection of attributes.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.17f1 | Compatible | Compatible | Compatible |
Description
This is a collection of C# attributes for the Unity editor that I use in most of my projects. Some are essential, like ReadOnly, which I've been using for several years. While others like Title are more for keeping the inspector window organised and clear.
Once imported simply add this line to your file header to use any attributes :
using TetraCreations.Attributes;
Attributes 📌
- [Tile] : Alternative to Header attribute but with a line to separate the title from other fields.
- [ReadOnly] : Used to disable modifications to a serialized field.
- [DrawIf] : Draw a property field if the condition is true. (Only for Boolean and Enum)
- [HelpBox] : Display an help box in the inspector with a message and a type (None, Info, Warning, Error)
- [MinMaxSlider] : Show a slider with minimum and maximum values for a Vector2.
- [SnappedSlider] : Draw a slider to increase an integer or a float value by a certain amount (step) and clamped by a minimum and a maximum value. (Only for Integer and Float)
- [Required] : Draw an Help Box (Error Type) if a field value is empty or null.
- [PathReference] : Store a reference to an asset folder in the editor.
- [Button] : Draw button in the inspector, it needs to be used with a method and not a field.
- [SpritePreview] : Draw the texture below a sprite field.
- [Tags] : Display a dropdown with all available tags.
Documentation 📝
- A demo scene with a single script using every attributes.
- Offline documentation included in PDF and Markdown with some code examples and screenshots of the inpector window.
- Also available online here : Documentation
Technical details
License agreement
Standard Unity Asset Store EULALicense type
File size
1.3 MB
Latest version
1.0.6
Latest release date
Aug 7, 2024
Original Unity version
2021.3.17
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Language
Feedback
Partners Program
PartnersUSD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR