Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/track/nudge.git?path=Packages/nudge#upm README

Adding comments, and todos, in code is simple, easy, and invaluable for feedback, reminders, and async communication. Nudge seeks to replicate some of that value with in Unity itself. Sometimes all you need is a little nudge in the right direction.

Why?
I wanted to be able to put comments and todos on prefabs, scenes, gameobjects, and assets in Unity projects. We use a comment as a component or a comment scriptable object as an asset. These can reference a specific UnityEngine.Object and contain a body of the comment along with other useful info for sorting and tracking the comment as it is used or processed by yourself or others.
Features
- Put comments directly in the Unity project, either in scenes or on prefabs
- Put comments anywhere in your project folder, with optional referencet to other assets.
- Automatically name and link target of newly created comments based on currently selected objects.
- Window to show, locate, and sort all comments in the current scene(s) and within the project.
- Customise colour tints via Project Settings->Nudge Settings.

How do I use this?
- Add Nudge to your package manager with Add Git https://github.com/stevehalliwell/Nudge.git#upm
- If Unity reports it is unable to find git, you don't have a system install of git setup, try https://git-scm.com/download/win. You will need to close and re open Unity and Unity Hub after git is installed.
- Add Comments to GameObjects within scenes so they can live on, or make reference to, other scene objects.
- Via GameObject menu, rightlick, or shortcut (defaults to ctrl+shift+c).

- Via GameObject menu, rightlick, or shortcut (defaults to ctrl+shift+c).
- Add/Create a CommentSO to denote comments regarding the project in general or specific assets.
- Via Create menu, rightlick, or shortcut (defaults to ctrl+shift+alt+c).

- Via Create menu, rightlick, or shortcut (defaults to ctrl+shift+alt+c).
- Open Window->Tasks and Comments to see all comments in the scene and project.

Contributions?
Nudge is still in development and is very open to contributions! Bugs and feature requests are encouraged in the Issues.
Installs Over Time
Operating Systems
No data yet
Top Countries
No data yet
Git Versions
No data yet
Embed Install Badge
Add an install count badge to your README
[](https://www.pkglnk.dev/pkg/nudge)<a href="https://www.pkglnk.dev/pkg/nudge"><img src="https://www.pkglnk.dev/badge/nudge.svg?style=pkglnk" alt="pkglnk installs"></a>
No comments yet. Be the first!