Search Issue Tracker
Fixed in 4.1.X
Votes
0
Found in
3.2.0b2
Issue ID
387712
Regression
No
iOS mode editor handles textfield input inconsistently
The editor uses TTF text rendering in all modes, but the iOS runtime uses bitmap text rendering. This means that you can input non-ascii letters in textfields from an editor in iOS mode, but on an iOS runtime you can't by default (need to use a custom font for that).
The editor in iOS mode should work the same as the iOS runtime in this regard.
Steps:
- Create a project with a monobehaviour on a GO with a GUI method just handling a textfield.
- Enter playmode.
- Enter some non-ascii characters.
- Observe how this works just fine.
- Build and run the same scene on an iOS device.
- Enter some non-ascii characters.
- Observe how this fails.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment