Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.24 KB

README.md

File metadata and controls

60 lines (49 loc) · 2.24 KB

Version License

Notes for Unity Editor

Readme Languages:

Русский

English


Notes on Scene View for designers.

Installation

Versioning semantics - Open

  • 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/Unity-Notes.git
  • Using source code

Can install by copying the sources into the project.


How to use

Just add the Note or LazyNote component to any GameObject. 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.