Welcome to SimpleNoteDocs’s documentation!

Simple Note is a plugin for taking a note inside Unity Editor.

Create a Global Note

  • Open Notes window by click Window/SimpleNote/Show Notes
_images/SimpleNoteGlobalShow.PNG
  • Click button Add a Note
  • Click text to Edit
  • click button ‘x’ to remove
  • click button ‘-‘ to minimize
_images/SimpleNoteGlobal.PNG

Create a Note to GameObject

  • Select GameObject which want to add a note
  • Right click the GameObject on hierarchy and Select SimpleNote/Add or Remove Note
_images/SimpleNoteAdd.PNG
  • Then a new note appears in Scene View.
  • Click text to edit
_images/SimpleNoteGameObject.PNG

Add a Note to Script Component and Variable

  • Open Script you want to add Note
  • If you want to add note at the Main Class, write Attribute [SimpleNote] before declare class.
  • If you want to add note at Variable, write Attribute [HelpBox("Note", MessageType)] before declare variabel
_images/SimpleNoteClassImplementation.PNG _images/SimpleNoteClass.PNG

Simple Note Preferences

Windows : Edit/Preferences/Simple Note

Mac : Unity/Preferences/Simple Note

_images/SimpleNotePreference.PNG