Skip to content

Releases: chrisyarbrough/comment-component

v1.1.0

17 Sep 18:48
Compare
Choose a tag to compare

Comment removal can now be disabled by setting the scripting define symbol DISABLE_COMMENTREMOVER in the player settings.

v1.0.1

16 Sep 20:36
Compare
Choose a tag to compare

Improved compatibility with different Unity versions (full support for 2020.1 or newer and limited support for 2019).

v1.0.0

16 Sep 20:35
Compare
Choose a tag to compare

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