Attach notes to Unity assets & edit them in editor.
- Notes can have rich text and URLs.
- Can be combined with https://github.com/hannesdelbeke/unity-deeplink to support URLs to other assets
- Open from the menu
Window/Note Editor - Select an asset, and type a note.
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

| open url in browser | <a href="www.google.com">search</a> |
| link to select assets | <a GUID="123456">select asset</a> |
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.
