GO Comments
Looney Lizard
$5.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
5.0 |
11/16(2024) |
5.0 |
Jump AssetStore
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!