1. Code:
    Text =
                    {
                        Text = "X",
                        FontSize = 12
                    }
    How do I set the align of text?
    Code:
    Align = TextAnchor...
    cannot be found at all.

    [​IMG]
     
  2. Well. It seems working anyways. Why it cannot be found from suggestions list? I had some missing libraries, but quickfix didn't offer any of imports.
     
  3. Wulf

    Wulf Community Admin

    Do you have UnityEngine.dll as a reference?
     
  4. Oh. What the hell. No. Have to add it... I added all except System.*

    PS. Long time when I last scripted the things. Forgot to add Rust .dll files as reference. That's probably why I forgot add UnityEngine.dll, because it's located in "Rust folders"
     
    Last edited by a moderator: Nov 2, 2016