Search Issue Tracker
Fixed
Fixed in 2021.3.16f1, 2022.2.2f1, 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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Resolution Note (fix version 2023.1.0a22):
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.2f1):
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.16f1):
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