Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

EnhancedConsole

Allows to log messages into the Unity Console with distinct colors.

Format

EnhancedConsole.Log...(in string tag, in string message, in UnityEngine.Object context = null)

Usage

EnhancedConsole.LogInfo("Network", "entity created");

EnhancedConsole.LogWarning("Animator", "walk animation not found");

EnhancedConsole.LogError("Collision", "No collider attach", gameObject);

Project Information

Made with Unity 2019.3

License MIT

About

[V1.1] Allows to log messages into the Unity Console with distinct colors

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages