Is there a way to document/leave notes on gameobjects without attaching a component to the gameobject (which adds overhead)

Just as the title says, I need to be able to leave a comment on the gameobject and such. I also don’t want to add the note in the gameobject name… any idea?

1 Like

https://forum.unity3d.com/threads/add-info-text-notes-into-the-inspector.265330/

Look at this thread, it has a good explanation.
It also makes the script component inactive so it doesn’t cause overhead.