Allows to log messages into the Unity Console with distinct colors.
EnhancedConsole.Log...(in string tag, in string message, in UnityEngine.Object context = null)
EnhancedConsole.LogInfo("Network", "entity created");
EnhancedConsole.LogWarning("Animator", "walk animation not found");
EnhancedConsole.LogError("Collision", "No collider attach", gameObject);
Made with Unity 2019.3
License MIT