Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 545 Bytes

File metadata and controls

12 lines (10 loc) · 545 Bytes

StickyNotes

A unity plugin which allows to add notes over both individual files and gameobjects without dirtying the scene.

TO-DO:

  • Edit Transform Inspector to show multiple notes with little blips.
  • Add post-it colors and darker styling(for the header or vice verca)
  • Create assembly definition, correct namespaces
  • Add compatibility for UPM.

DONE:

  • For scene objects, Implement LocalIdentifier reflection fetching and saving with that.(LocalId only works when scene is saved)
  • For project files, implement GUID based approach.