Search Unity

The customize PostProcessEffectSettings can serialize any field without using ParameterOverride?

Discussion in 'Image Effects' started by watsonsong, Dec 4, 2018.

  1. watsonsong

    watsonsong

    Joined:
    May 13, 2015
    Posts:
    555
    I want to write my own PostProcessEffectSettings and put some variable like Shader on this settings without using the ParameterOverride, because there field no need to blend between volumn.
    I see there has a method FindProperty in PostProcessEffectEditor, used for this normal field. But in my PostProcessEffectRenderer, the field like the shader reference in the settings seems not be serialized.
    Is there any thing I miss, or there has any demo to wrtie my own post process?
     
  2. watsonsong

    watsonsong

    Joined:
    May 13, 2015
    Posts:
    555