Can't change my Game Icon

I just changed it in File > Build Settings > Player Settings > Icon

Does anyone know how I could change it?

Solved it by myself:

Just access the registry by reggedit, HKEY_CURRENT_USER > SOFTWARE > look for the company name you added in the project, delete this folder

Well…actually I restarted the PC now and the old icon came back…can anyone help me with that?

This isn’t a 2D related post. I’ll move your post to the Editor and General Support.

Well…thanks…Can you also help with the question?

I don’t think thats the case, when I build the game with a different name the new icon shows up. I believe Unity is keeping my old icon in some registry.

Ok solved it by myself, don’t know why but it worked.

1- Just access the registry by reggedit, HKEY_CURRENT_USER > SOFTWARE > look for the company name you added in the project, delete this folder. Delete your build with the wrong icon.

2- Build this same project using a different name. Notice that now your icon changes. Delete this build.

3- Build the project again, using the name you want and the icon you want

4 Likes

This worked for me, thank you!