Search Unity

Feature Request Custom "Debug.Log()"

Discussion in 'Editor & General Support' started by pokelocos, Aug 27, 2022.

?

Would you like to have custom "Debug.Log" ?

  1. yes

    17 vote(s)
    100.0%
  2. no

    0 vote(s)
    0.0%
  3. maybe

    0 vote(s)
    0.0%
  1. pokelocos

    pokelocos

    Joined:
    Nov 9, 2015
    Posts:
    54
    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?
     
    Last edited: Aug 28, 2022
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,697
    adamgolden likes this.