Skip to content

Instantly share code, notes, and snippets.

@openroomxyz
Created April 21, 2020 14:12
Show Gist options
  • Save openroomxyz/70c7a9c1b5811d6afb20a865b47bd5f3 to your computer and use it in GitHub Desktop.
Save openroomxyz/70c7a9c1b5811d6afb20a865b47bd5f3 to your computer and use it in GitHub Desktop.
Unity : How to log a warning?
Debug.LogWarning("This is text of warning!"); //loging a Warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment