Skip to content

Instantly share code, notes, and snippets.

@baruchadi
baruchadi / DrowsyLogger.cs
Last active October 24, 2024 14:04
useful Debug.log extensions
using System;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Utils
{
public static class DrowsyLogger
{
public static string Color(this string myStr, string color)
{