plyoung / EdNotes

Attach notes to objects in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Editor Notes

A simple tool to add notes to GameObject in the Hierarchy or Objects in the Project panel. The notes data in the scene are kept in a hidden object tagged as EditorOnly so the data will not end up in your final builds. The data concerning project objects are kept in an asset next to the this tool's scripts by default.

Open the Note panel via menu: Window > Notes. Enter some text and press [Save].

Click on the gear icon to show the Editor Notes settings where you can change the icon to use to indicate that an object has a note attached.

  • Label Expand: if you choose a Label icon then this determine if the colour expands full width or only object name length.
  • Icon Position: select where icon should be shown if using icon type indicator.
    • Left/Right edge of panel
    • To Left/Right of the object's name
  • Icon Offset: can be used to move the icon from the selected position

screenshot

About

Attach notes to objects in Unity

License:The Unlicense


Languages

Language:C# 100.0%