Allows you to quickly open a Documentation folder and enables a notes tab for use inside the Editor that lets you load, edit and save text files.
- How to use
- Install
- via Git URL
- Copy Editor scripts to your Unity project.
- Configuration
EditorNotes provides shortcuts for creating a standardized "Documentation" folder in your Unity project. It also lets you quickly open the documentation folder, the project root, or the parent directory.
Its built-in editor window allows you to edit and manage notes directly inside Unity. You can quickly jot down important project information, as shown here with placeholder text from Lorem Ipsum. You can save these into your newly created documentation folder and keep safe with source control.
Package should now appear in package manager.
Open Packages/manifest.json with your favorite text editor. Add following line to the dependencies block:
{
"dependencies": {
"com.baawolf.EditorNotes": "https://github.com/gavwood/EditorNotes.git"
}
}Open Package Manager from Unity's Window menu.
Choose the option: Add package from git URL, and add (https://github.com/gavwood/EditorNotes.git)
MIT License
Copyright © 2024 BaaWolf

