Search Issue Tracker
Fixed in 2021.3.16f1
Fixed in 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a22
Votes
0
Found in
2021.2.0a18
2021.3.8f1
2022.1.13f1
2022.2.0b5
2023.1.0a8
Issue ID
UUM-12251
Regression
Yes
Some special characters in Product Name aren't displayed after building app to the Android device
Reproduction steps:
1. Open the user's attached "test-packager.zip" project
2. See that in Project Settings > Player the Product Name "Test: Packager" has a special character ":"
3. Build and Run for Android
4. Observe the app name that was installed on the device
Expected result: Special character is displayed and the app name is "Test: Packager"
Actual result: Special character is not displayed and the app name is "Test Packager"
Reproducible with: 2021.2.0a18, 2021.3.8f1, 2022.1.13f1, 2022.2.0b5, 2023.1.0a8
Not reproducible with: 2019.4.40f1, 2020.3.38f1, 2021.2.0a17
Reproducible with these devices:
Huawei - (ELS-NX9), Android 10, CPU: HiSilicon Kirin 990 5G, GPU: Mali-G76
Samsung Galaxy Z Flip3 5G (SM-F711B), Android 12, CPU: Snapdragon 888, GPU: Adreno (TM) 660
Samsung Galaxy S22 (SM-S901B), Android 12, CPU: Exynos 2200, GPU: Ltd.
Samsung Galaxy S10+ (SM-G975F), Android 10, CPU: NOT FOUND, GPU: Mali-G76
Not reproducible with these devices:
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
Notes:
- These special characters aren't displayed at all: " ? : *
- These special characters are displayed as "_": / $ % | \ ~ < >
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 2023.1):
Special characters were being removed from application name by MakeValidFileName function, fix involves introducing a string to AndroidPlayerBuildConfiguration that is filled by the raw product name to avoid using the MakeValidFileName function.
Added EditorTest to validate product name, and ensure that the name set by player matches the name of the build application
Resolution Note (fix version 2022.2):
Special characters were being removed from application name by MakeValidFileName function, fix involves introducing a string that's filled by the raw product name and used in the built application name to avoid using the MakeValidFileName function.
Added editor test to validate product name, and ensure that the name set by player matches the name of the build application
Resolution Note (fix version 2021.3):
Special characters were being removed from application name by MakeValidFileName function, fix involves introducing a string to AndroidPlayerBuildConfiguration that is filled by the raw product name to avoid using the MakeValidFileName function.
Added EditorTest to validate product name, and ensure that the name set by player matches the name of the build application