Not signed in
Copyright © 2026 Unity Technologies
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
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
No more batches are being run for 2022.1, as this version has been sunset.
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
Superceeded by 2021.3
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:
Sign in to see your voted issues