Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

print text c# unity

/*in unity you have these two options.
  And the text will be printed in the Unity editors console.*/
Debug.Log("text you want to be printed");
print("text you want to be printed");
 
PREVIOUS NEXT
Tagged: #print #text #unity
ADD COMMENT
Topic
Name
1+2 =