Search Unity

Cyrillic/Russian text doesn't see in WebGL build

Discussion in 'Web' started by BelovMaksim, Dec 8, 2019.

  1. BelovMaksim

    BelovMaksim

    Joined:
    Sep 27, 2019
    Posts:
    3
    For example simple code:

    Code (CSharp):
    1. void OnGUI () {
    2.         GUI.Button (new Rect (50,50,100,100), "Я фиксированная кнопка с текстом");
    3.    
    4.         GUILayout.Button ("Я просто кнопка с текстом");
    5.     }
    In Editor everything looks fine, but in WebGL build, I didn't see my text at all.
    Looking forward in any information on how to fix it in GUILayout items!
     
  2. BobMachine

    BobMachine

    Joined:
    Jun 16, 2021
    Posts:
    1