/Notes-Unity

Notes on Scene View for designers.

Primary LanguageC#MIT LicenseMIT

Version License

Notes for Unity Editor

Notes on Scene View for designers.

Installation

  • Unity-module

Add the git-URL to the project using PackageManager or directly to the Packages/manifest.json file. Copy this git-URL:

https://github.com/DCFApixels/Notes-Unity.git
  • Using source code

Can install by copying the sources into the project.

Versioning

Versioning semantics: Open

How to use

Just add the "Note" or "LazyNote" component to any object. Or use RMB + "GameObject/Notes/Create Note"(or LazyNote) to automatically create a note object.

To add Author or Note Type presets, click on the gear icon in the Note component.

To display text in the Scene View window, use the separator ">-<" all text before it will be displayed

Intended for use in the editor only, all note data will be removed in the Release build.