Jump to content

CreepyPL

Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    CreepyPL reacted to minibois in C#/Unity how to convert TextMeshProUGUI.text to int   
    // Converting a string to int: int.TryParse(myString, out myInt); // Converting an int to String: string newString = myInt.ToString();  
  2. Like
    CreepyPL got a reaction from minibois in I need help with C# and Unity   
    omfg!

    i got it to work, i was thinking about it and this was the first thing i tried "GetComponent<Image>().Color" but "Color" had that red underline, so it wasnt working, now i did the autocomplete of it, and it got a small C, and no red lines!!! and yes indeed that fixed it. Thanks for help
×