Hello all,
II got an issue on PostProcessing Effect :
When I try to change Post-Process Layer to the one I'm interesting to (8: Postprocessing) I always got the same result : Mixed...
Crazy thing is if I change this inside the editor everything works perfectly.
I'm using PostPorcessing-Stack V2.3..
See the code & the capture :
PostProcessLayer postLayer = go.AddComponent();
postLayer.volumeTrigger = go.transform;
postLayer.volumeLayer.value = go.layer;
postLayer.antialiasingMode = PostProcessLayer.Antialiasing.FastApproximateAntialiasing;
postLayer.Init(PPResources);
![alt text][1]
[1]: /storage/temp/155145-cap.png
↧