Search Unity

How To Change Profiler Display Colours

Discussion in 'Editor & General Support' started by josh_s_dev, Nov 5, 2015.

  1. josh_s_dev

    josh_s_dev

    Joined:
    Oct 20, 2015
    Posts:
    15
    I'm colourblind and I can't easily or quickly tell the default colours apart in the Unity Profiler.

    I'm aware that these can be changed through reflection and editor script. Does anyone know exactly how to access these colours for modification?
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    I don't think you can change the colors in any way.

    Digging up a bit, i found that the profiler window uses the ProfilerColors class (internal) that stores an array with different colors:
    upload_2015-11-14_9-38-6.png
    I suppose you can decipher what these mean and use some reflection hackery to modify these values into whatever you want :) happy hacking !