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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
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