Topic: Serialize Notes
I only just noticed that GameObject notes are not serialized/saved anywhere in .scene/.asset/.meta files. Serializing notes would be extremely helpful when collaborating with others, much like comments in code. This might be tricky since notes don't use an actual Component...maybe you could use an editor script to listen for scene saves, and serialize all Notes into some separate file, like one under ProjectSettings/ using SettingsManager.