Skip to content

Unity notes

Create notes in Unity, e.g. for documentation.

  • The closer documentation lives to the asset, the more likely it’ll be read.
  • Showing docs in the editor improves discovery.
  • And making it easy to write docs lowers the barrier for writing docs.

Current solutions

These cover everything. Assets & gameobjects.

Ideas

  • crazy idea: Unity asset chat idea
  • instead of Unity comments,can we focus on comments for any file in a git repo?

alternatives

features

MVP

bonus

  • optional support wikilinks
  • support embedded images
  • support instanced notes, e.g. a bunch of assets have the same note.

dev

Assets and gameobjects have different approaches of attaching notes.

  • some assets (e.g. prefabs) can have components, just like gameobjects.
  • most assets can’t have components, so we need a different approach.