A Colorful Logging Component for Unity
Problem:
I want to add logging to a GameObject that can be called via code or wired up via the inspector. I also want to specify the color of the logs in the inspector so that I can easily distinguish the messages in the debug console.
Solution:
Use ...
playable.design1 min read