Search Issue Tracker
Fixed
Fixed in 2020.3.43f1, 2021.3.15f1, 2022.2.0f1, 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/|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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2023.1.0a20):
Android: Fixed error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2022.2.0f1):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2021.3.15f1):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard
Resolution Note (fix version 2020.3.43f1):
Android: Fixed OnePlus error messages when hideInput is enabled in TouchScreenKeyboard