Skip to content

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

Notifications You must be signed in to change notification settings

MorelAntoine/EnhancedConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages