Game uses old project name when built.

Lets say I start making a game called: A
I don’t like the name A anymore so I change the name of the project folder to: B

When I build the game the title for the window is A instead of B.

How do you fix this?

The name of the project is transfered to the Product name on Project creation.
If you like to change the name of the game you can change it under the PlayerSettings (Edit → ProjectSettings → Player → Product Name)

1 Like

Thank you fffMalzbier