Search Issue Tracker
Fixed
Fixed in 2021.3.50f1, 2022.3.60f1, 6000.0.41f1, 6000.1.0b9, 6000.2.0a5, 7000.0.0a27
Votes
0
Found in
2021.3.48f1
2022.3.54f1
6000.0.31f1
6000.1.0a8
6000.2.0a1
7000.0.0a16
Issue ID
UUM-90999
Regression
No
[Windows] Unicode custom text input window shows question marks when inserting an emoji
Reproduction steps:
1. Open the attached project "ReproProj"
2. Build and Run the “Scenes/SampleScene” Scene
3. In Player, select the white text input field at the top left
4. Press the “Win” key and “.“ at the same time
5. Select any emoji from the emoji keyboard
6. Observe the white text input field
Expected result: Selected emoji is present
Actual result: Question marks are present
Reproducible with: 2021.3.45f1, 2022.3.54f1, 6000.0.31f1, 6000.1.0a8
Reproducible on:
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: Windows 11
Note:
- IsWindowUnicode() returns true for both windows
Customer notes:
- We have an idea about this strange behavior. Unity uses GetMessage and PeekMessage methods in the main window loop. Possibly, UnityPlayer.dll was built without "UNICODE" defined. In that case, ANSI versions of these methods were used (GetMessageA and PeekMessageA respectively). Instead of GetMessageW and PeekMessageW. We used DllViewer and looks like UnityPlayer.dll linked to GetMessageA and PeekMessageA version only.
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note (fix version 6000.0.41f1):
Fix verified with:
Unity 6
6000.0.41f1.7976.8373
Revision: 6000.0/staging 46e447368a18
Built: Tue, 25 Feb 2025 06:33:02 GMT