Search Issue Tracker
Fixed in 2020.3.43f1
Fixed in 2020.3.X, 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a20
Votes
0
Found in
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a11
Issue ID
UUM-15609
Regression
No
"TouchScreenKeyboard.hideInput" triggers numerous errors & breaks function when built for Android
Reproduction steps:
- Open the user’s attached project
- Go to Window > Analysis > Android LogCat to open the LogCat window
- Build And Run on an Android device
- Press on the input field and type in something
- Observe the LogCat window as you type
Expected result: No errors appear in the Android LogCat
Actual result: The error “No package ID 3f found for ID 0x3f050002.”, “Predicate 5980654721335871649 dropping data for dimension key”, “SSLanguageModelManager buildContextualCLM()::Word Probability is zero” or “Setting amplitude to: 1856” appears in the LogCat
Reproducible with: 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Could not test with: 2020.3.40f1 Assets\Bug Project\HideInputTest.cs(36,42): error CS0246: The type or namespace name 'UIDocument' could not be found
Reproducible with devices:
VLNQA00332, Samsung Galaxy XCover4 (SM-G390F), Android 9, CPU: Exynos 7 Quad 7570, GPU: Mali-T720
VLNQA00099, Google Pixel XL (Pixel XL), Android 10, CPU: Snapdragon 821 MSM8996 Pro, GPU: Adreno (TM) 530
VLNQA00325, Samsung Galaxy Note10 (SM-N970F), Android 12, CPU: NOT FOUND, GPU: Mali-G76
VLNQA00318, Oneplus OnePlus 7 Pro (GM1913), Android 11, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
Reproduced on: Windows 10 Pro 21H2
Notes:
- The issue reproduces when using "TouchScreenKeyboard.hideInput = true"
- For the screenshots and more detailed info from the user, please refer to his threat in the Unity forum: https://forum.unity.com/threads/touchscreenkeyboard-hideinput-triggers-numerous-errors-breaks-functions-in-current-android-unity.1303752/
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note (fix version 2023.1):
Android: Fixed error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2022.2):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2021.3):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2020.3):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard