GO Comments

$4
Publisher Looney Lizard
File size 29.00kB
Number of files 12
Latest version 1
Latest release date 2014-08-06 09:43:11
First release date 2014-03-07 09:43:23
Supported Unity versions 2018.4.2 or higher
GO Comments is a Unity 3D Editor Extension that allows you to add comments to any Game Object and have them displayed in the Scene View. These comments could consist of standard notes, TODO items, or any other category of comments you may require.

In source code it is considered essential to add comments in order to document technical implementations. Various IDEs and IDE extenders (e.g. Resharper for Visual Studio) exploit comments to add "tags" to source code, enabling developers to add comments tagged as "TODO", "NOTE", "HACK", etc. These tools then also allow developers to browse for specific tags in the source code in order to address technical debt.

GO Comments adds this exact functionality to the Unity 3D Editor, except for Game Objects in the Scene View instead of in source code. Comments can be displayed in the Scene View over the associated Game Objects. There is also a GO Comments Explorer to see all comments in the current Scene and easily navigate to the associated Game Object in the Scene View.

We specifically devloped this to enhance our own productivity and collaboration, and we have found it to be indispensable. We hope you do too!