So I decided today to update my copy of unity to the latest version. When I began working on my project after the update, I noticed that in my “scripts” folder, one of my scripts is now displayed with a different symbol. While all my other scripts are a page icon with “C#” branded on them, my script that was called “GameManager” now uses the icon of a silver gear, like a background system settings kind of thing.
Really I’m just wonder what this is about. What prompted this change, and is there anything else associated with this new symbol?
I admit I am also a little worried that now naming a script “GameManager” is going cause some sort of internal conflict within Unity. Though it seems that everything in my game is currently running properly, I would like to be aware about any potential implications that could arise from this.