Hi, I wanna add a Game Manager to my unity project, but when I try to add one by creating a C# script and call it “GameManager” it doesn’t get recognized as one and just stays as a normal C# script asset. In tutorials I see that Unity automatically gives that asset a new icon and makes it the actual Game Manager, but this doesn’t seem to work…
Thanks.