You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for this awesome Plugin. The issue I found is that, on mobile, the only font that is displayed while typing is Arial. I've tried to change the value of Font property in the Text object but still displays Arial. This would be very important to me to be resolved and don't know if it's possible to fix :(
The text was updated successfully, but these errors were encountered:
This is way after the fact, but it is possible to change the font through the native level code. Not the most perfect solution, and I haven't figured out how to make the changes automatically yet, but it should be doable.
Where would one change the font in the native code?
Right now the font is tiny (not at all the same size as the Unity Input field) and the wrong font.
I am using Scale With Screen Size on my canvas. So maybe that's the problem on the font size.
I half-fixed it by manually changing the font name in the NativeEditBox.cs to a font that is pre-installed on iOS devices. But that obviously doesn't help on Android. Which is why you use Unity normally, to avoid these native headaches!
Here is a list of iOS supported fonts iosfontlist.com (look at it on an iOS device to see the actual fonts)
Hi! Thanks for this awesome Plugin. The issue I found is that, on mobile, the only font that is displayed while typing is Arial. I've tried to change the value of Font property in the Text object but still displays Arial. This would be very important to me to be resolved and don't know if it's possible to fix :(
The text was updated successfully, but these errors were encountered: