using print unity code example Example 1: unity print Debug.log("This text will print to console"); Example 2: print in c# unity Debug.Log("hit");