Skip to content

hannesdelbeke/unity-note-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unity note editor

Attach notes to Unity assets & edit them in editor.

Quickstart

  1. Open from the menu Window/Note Editor
  2. Select an asset, and type a note.

image

Rich text

You can add rich text to your note, example:

this is <b>bold</b> and <color=#ff0000ff>colorfull</color>
  • see the Unity documentation
  • click ... to toggle between Edit & View mode image

URLs

open url in browser <a href="www.google.com">search</a>
link to select assets <a GUID="123456">select asset</a>

Other

Similar to my previous project unity-folder-notes, differences:

  • No custom inspectors, which required multiple implementations for each asset type, and broke some inspectors.
  • Notes live in external files, which can be gitignored to be kept private, or commited to be shared.

About

attach notes to unity assets & edit them in editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages