Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity print to console

// To print in the console use "Debug.Log()"
Debug.Log("Text");
Comment

how do I print something in the console at the start of the game unity

void Start() {
	Debug.Log("Hello world!")
}

// This code will print in the console "Hello world!" at the start of the game
Comment

PREVIOUS NEXT
Code Example
Csharp :: smooth rotation unity 
Csharp :: c# get current date 
Csharp :: c# convert Unix time in seconds to datetime 
Csharp :: stream to byte array c# 
Csharp :: c# int to bool 
Csharp :: c# or command 
Csharp :: open website c# 
Csharp :: how to change the title of the console in c# 
Csharp :: setactive unity 
Csharp :: delete null elements array c# 
Csharp :: openfiledialog c# 
Csharp :: bitmap to byte array c# 
Csharp :: c# try catch with error message 
Csharp :: get date from file c# 
Csharp :: unity string array 
Csharp :: C# list to string one line 
Csharp :: how to write blank lines in c#.net 
Csharp :: unity time.deltatime timescale 0 
Csharp :: wpf label text color rgb string 
Csharp :: wpf set image source in code behind 
Csharp :: assign datasource to dropdownlist in c# 
Csharp :: c# start as adminstrator 
Csharp :: unity button addlistener 
Csharp :: wpf make both rich Text scroll 
Csharp :: c# memorystream to byte array 
Csharp :: check if network is available c# 
Csharp :: aabb collision with direction 
Csharp :: no move arrows unity 
Csharp :: sqrt unity 
Csharp :: c# request run as administrator 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =