Is it possible to create an update that allows you to change the background color or icon that accompanies messages issued with debug?
Well, I’m developing a package so I can publish it in the unity assetstore. during the development of this package and had to add many code files with many methods and functions, within them I am adding Debug.Log() and Debug.LogWarning() to publicize any problem or error that is occurring in the package, these are punishable for when the user performs actions that can not or should not perform.
When using my own package these alerts jump which is comfortable but being working with other packages, the alerts are confused and it is more difficult to visualize quickly what corresponds to that debug.
Is it possible to create an update that allows you to change the background color or icon that accompanies messages issued with debug?