Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


print(object)

Logs message to the Unity Console (identical to Debug.Log ).
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

print(Object)

public static void print(object message)

Parameters

message

Remarks

Additional Resources: Debug.Log, Debug.LogWarning, Debug.LogError.