Unity 2018 Shaders and Effects Cookbook
上QQ阅读APP看书,第一时间看更新

How to do it...

  1. We first create a new Post Processing Profile by right-clicking within the Assets folder in the Project window and then selecting Create | Post Processing Profile. Once selected, it will allow us to rename the item. Go ahead and set it to ColorProfile.
  2. Select the Post-process volume object and, from the Inspector window, go to the Post Processing Volume component and assign the Profile property to the ColorProflie we just created.
  3. Afterward, select the Game tab, if it hasn't been selected already, to see the results of the changes to be made.
  4. Select the Add effect... button and select Unity | Color Grading.  
  5. Check the Mode property and set it to Low Definition Range (LDR). From there, you'll see a number of properties that can be used to adjust the colors on the screen in a similar manner to how Photoshop's hue/saturation menu works. Check the Temperature property and set it to 30. Afterward, set the Hue Shift property to -20 and the Saturation to 15:
  1. After making the changes, pe into the game to see what it looks like when playing:

The final result of using color grading

Notice how the previously very green environment is now much warmer and more yellow than before.

For more information on the color grading effect, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Color-Grading.