Search Unity

PostProcessing

Discussion in 'Package Manager' started by MisterZhou, Mar 25, 2019.

  1. MisterZhou

    MisterZhou

    Joined:
    Nov 9, 2013
    Posts:
    15
    Code (CSharp):
    1. var postProcess = iCamera.AddComponent<PostProcessLayer>();
    I want to add components in code, but it doesn't work after running.

    Does the code initialization of PostProcess Layer require additional steps?

    And one more thing, why do I make a mistake here, but there's no problem with my colleagues? QQ截图20190325172919.png
     
  2. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
  3. MisterZhou

    MisterZhou

    Joined:
    Nov 9, 2013
    Posts:
    15
  4. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    No, I don't use and master the PostProcess package. Sorry.