Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/track/nudge.git?path=Packages/nudge#upm

README

Nudge Logo

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.

Nudge gizmos in a scene

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. 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). adding a scene comment
  • 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). adding a project comment
  • Open Window->Tasks and Comments to see all comments in the scene and project. Open Nudge Menu

Contributions?

Nudge is still in development and is very open to contributions! Bugs and feature requests are encouraged in the Issues.

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

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

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/nudge.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/nudge)
HTML
<a href="https://www.pkglnk.dev/pkg/nudge"><img src="https://www.pkglnk.dev/badge/nudge.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!