Project Notes!
>-
com.greenbamboogames.projectnotes 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/projectnotes.git README Markdown
Copy this to your project's README.md
## Installation
Add **Project Notes!** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/projectnotes.git
```
[](https://www.pkglnk.dev/pkg/projectnotes)README
UnityProjectNotes
A small utility within the Unity Editor to display notes, which can be used to share information across the team.
Have you ever been frustrated by your teammates frequently asking you the same questions? Try this.



Features
- Displays notes in a standalone EditorWindow
- Note entries support rich text, version history, and categories
- Supports adding, editing, and deleting note entries
- Supports searching note entries by title, content, and author
- Can share notes with the team by uploading the local settings file to a version control system
- Prominently displays a notification in the Editor toolbar when new entries are added to the note settings

Supported Unity Versions
Unity 2021.3 or higher.
Certain features are not available in versions of Unity prior to 2022, for example:
- Unable to select the contents of a note
- Certain rich text tags (such as hyperlinks <a>) are not supported
Installation
Install this package via OpenUPM, or clone this repository directly into the Packages folder of your project.
How to Use
Click the entry button in the Editor toolbar, or the menu item "Tools/Bamboo/Project Notes" to open the Project Notes window.
Click the "+" button in the top right corner of the Project Notes window to add a new note entry.
Use the search bar at the top of the Project Notes window to search for note entries.
Use the buttons and dropdown buttons in the bottom right corner of the Project Notes window to mark, edit, or delete note entries.
Known Issues
Changing the Unity Editor layout causes the entry button in the Editor toolbar to disappear.
Solutions (any one of the following):
- In the context menu of the Project Notes window, select the "Create Toolbar Entry Button" option to recreate the entry button.
- Modify any code to trigger a domain reload in Unity.
- Restart the Unity Editor.
No comments yet. Be the first!