like poopipe said you could run a script each time you need this that loop each object of your scene you want to evaluate , store min number and max number, then use a linear interpolation Color = lerp(current_nbPoly,min_number,max_number) remap this beetween 0,1 and then create a color fom this normalize value and store…