Search Unity

ADD

Discussion in 'Scripting' started by narashima, May 19, 2019.

  1. narashima

    narashima

    Joined:
    Feb 1, 2019
    Posts:
    1
    Hi everyone please help with this concept called how to add two text values in to one and display it
     
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Debug.Log("first"+" second");
     
  3. Deleted User

    Deleted User

    Guest