Tetra Attributes

FREE
Publisher Tetra Creations
File size 1.36MB
Number of files 47
Latest version 1.0.4
Latest release date 2024-03-12 01:27:12
First release date 2023-07-21 04:23:12
Supported Unity versions 2018.4.2 or higher

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 are listed and explained inside Technical details section below.


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

Compatibility


  • Tested and verified on Unity 2019.4 and Unity 2021.3.
  • Build made using Unity 2021.3 without any errors.
  • Since attributes are only meant to be used inside the Editor, they are not included in your build.