Hierarchy Messages

$4
Publisher NineZyme OÜ
File size 233.36kB
Number of files 14
Latest version 1
Latest release date 2024-01-03 05:39:11
First release date 2024-01-03 05:39:11
Supported Unity versions 2018.4.2 or higher

The Hierarchy Message system is a convenient and unobtrusive way to communicate to designers about potential problems or items of significance in their scenes.

  • Required Properties! Add an NzRequired attribute to Object and String properties in order to communicate to designers that an assignment is necessary for the surrounding script logic to function properly.
  • Find Problems Quickly! Use the Find Hierarchy Messages menu option to quickly track down GameObjects in your scenes which have errors, warnings, or comments.
  • Leave Comments! Includes our NzComment Component which allows you to leave notes or instructions for other people on your team.
  • Clean Visuals! Color coded tooltips (2022.1+), properties, and icons let you know what’s most important to focus on.
  • Custom Interface! Easily hook into the message system to provide custom messages based on whatever parameters you decide.
  • Free Attribute! Add the NzReadOnly attribute to properties that are meant to only display information within the Inspector window.

All code is included! Customize it to your needs...


See the sample videos for examples and benefits!