Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

trouble with UI Text.

Discussion in '5.5 Beta' started by haquoctong59, Oct 16, 2016.

  1. haquoctong59

    haquoctong59

    Joined:
    May 12, 2016
    Posts:
    1
    After upgrade to Unity 5.5.0b4, I have problem with the UI Text, I just upgrade to 5.5.0b7 and i got the same problem with UI Text.
    // Include UI library.
    using UnityEngine.UI;
    *
    //Create new UI Text
    public Text newText;
    *
    //set value to newText but I cannot found text, It disappears after I update to Unity 5.5.*
    newText.text = "blablabla";

    //Moreover, I cannot drag and drop UI text into newText in the inspector window.

    I update back to version 5.4 and everything works well again.
     
  2. Kirshor

    Kirshor

    Joined:
    Apr 14, 2015
    Posts:
    24
    Crash for IOS with a simple code (version 5.5.0b7)
    Run ok on Editor

    Text t = GetComponent<Text> ();
    t.text = "123";
     
  3. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Hi,
    Could you two please file bug reports for the issues you're experiencing and reply with the case # in here?