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
- Main Camera rendering is being overwritten by a UI Camera when using multiple cameras with URP and the second camera's background type is set to "Uninitialized"
- VisualTreeAsset has significantly increased memory allocation size at runtime when the project is built with IL2CPP scripting backend
- NullReferenceException is logged when cancelling Shader Graph recovery of an already deleted Shader Graph
- White Edges appear during Camera movement in runtime when using FSR2 with Motion Vectors and Exposure enabled
- Lens Flare renders without occlusion when the light source is obstructed by solid objects when running on Android using OpenGL
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