Skip to content

AsyncOperator/Logger-Snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logger


Logger is a small snippet of code that acts as an extra layer on top of the Debug class already provided by Unity Engine.

Features


Supports most Debug class methods commonly used by developers.

  • Log
  • LogWarning
  • LogError
  • DrawLine
  • DrawRay

Usage


For the Logger to work, you must have defined the ENABLE_LOGGER directive in your project. In case you don't know how to add a directive

  1. Go to Edit > Project Settings
  2. Then, under the Player tab group you will find the Scripting Define Symbols
  3. Finally, add the ENABLE_LOGGER directive and don't forget to Apply Changes

License


MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages