Releases: chrisyarbrough/comment-component
Releases · chrisyarbrough/comment-component
v1.1.0
v1.0.1
Improved compatibility with different Unity versions (full support for 2020.1 or newer and limited support for 2019).
v1.0.0
This is the initial release.
- Comments can be added to GameObjects
- If no comment text is set, the component shows the text editing UI
- Text editing also allows select an icon type: None, Info, Warning
- Ending text editing displays the readonly UI with text and icon
- The editing state is persisted for the duration of the editor session
- Text editing can be started by double clicking the message or via CTRL + Enter/Return
- Comments in scenes are removed during the build process
- There's a preferences item to enable logging of removed comments
- The removal log indicates the relevant scene and GameObject hierarchy paths