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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment