WebGL and Greek Characters
Hello there...
Is there a way to set the encoding of the UI??
My WebGL build will not display any greek characters (although in the editor everything shows up fine)
Comment
Answer by josenunes · Jun 16, 2017 at 01:26 PM
You have to include font files that actually have these special characters. In WebGL the player cannot fallback to system's installed fonts. So, provide every font files within the app and configure fallbacks to process missing characters
Your answer
Follow this Question
Related Questions
How to UnEscape "& quot ;" in a string? 0 Answers
keyboard Inputs are not working in webgl? 2 Answers
Loading external mp3 on webGL 1 Answer