- Home /
 
              This question was 
             closed Jul 11, 2021 at 08:38 AM by 
             unity_oOoPvw20pU8AwQ for the following reason: 
             
 
            The question is answered, right answer was accepted
 
               Question by 
               unity_oOoPvw20pU8AwQ · Sep 21, 2020 at 10:08 PM · 
                c#anti-aliasing  
              
 
              How do you change the anti-aliasing type (No AA, TAA, SMAA or FXAA) via script
I'm trying to change the post-process layer's anti-aliasing via script (I'm using unity 2020.1 for reference)
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by MoodyBluezz · Feb 15, 2021 at 11:07 AM
cameraGameObject.GetComponent PostProcessLayer>().antialiasingMode = PostProcessLayer.Antialiasing.None;
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Shader shadow anti-aliasing problem 1 Answer