Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
1
Found in
2018.4
2018.4.14f1
2020.1
Issue ID
1208041
Regression
No
Changing the product name does not automatically change the name of build's executable when selecting "Build And Run"
How to reproduce:
1. Create a new project or open an existing one
2. Build and run the project
2. Open Player Settings (Edit -> Project Settings - > Player)
3. Change the Product Name value in the Player Settings
4. Build and run the project
Expected result: The name of the build executable file is the same as the product name
Actual result: The name of the build stays the same as the old product name
Reproducible with: 2018.4.16f1, 2019.3.0f6, 2020.1.0a21
Notes:
The issue does not reproduce on Unity 2017.4, as the executable name is chosen when building instead of being the same as product name.
The issue is only reproducible when selecting "Build And Run".
A possible workaround is to delete the Library folder, this way the name will change on new builds.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment