Hello,
Is there a quick way to not display ‘UnityEngine.Debug:Log(Object)’ in the console when using Debug.Log?
Cheers,
Paul
Hello,
Is there a quick way to not display ‘UnityEngine.Debug:Log(Object)’ in the console when using Debug.Log?
Cheers,
Paul
Are you looking for System.Console.WriteLine(“Oh gnoes! An error has accrued”);
Hi Yoggy,
Hmm… that’s a javascript object, right? When I try it, the message doesn’t appear in the Unity Console. As an aside, where do you find what the Unity accessible javascript system commands are?
Cheers,
Paul
I think all the functions that you can use that are not documented in the unity docs are documented in the mono or microsoft .net docs.
That function only writes to the system console.
Cool. Thanks. Maybe I’ll make a feature request to have Debug.Log optionally display the “UnityEngine etc.” string.
Cheers,
Paul