Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity read console log

Application.logMessageReceived += SomeMethod;

void SomeMethod(string message, string stackTrace, LogType type) { }
 
PREVIOUS NEXT
Tagged: #unity #read #console #log
ADD COMMENT
Topic
Name
4+1 =