Hello,
I’m new to Unity, so debutante to the field. I use Unity v2020.1.6. I want to make an environment with a player in the first person. I created my Player with this tutorial: https://www.youtube.com/watch?v=_QajrabyTJc&t=675s&ab_channel=Brackeys, so the main camera is set on the PlayerCamera.
Having already advanced in the design of my terrain, I would now like to improve the visual with post processing effects. Plus, I use the URP (Universal Render Pipeline) rendering mode, so I know that post processing is already integrated with it. I went into the Unity doc (https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@10.2/manual/integration-with-post-processing.html) to see how it worked, I tested and... **it doesn’t work!** I have no apparent effect in the view in Game. I tried many times, I still have no result. I don't understand... Maybe the problem is on the camera ? The URP ? Or maybe the canvas ? There is some screen of my interface in Unity, maybe it can help :
![alt text][1]
![alt text][2]
[1]: /storage/temp/173016-pb.png
[2]: /storage/temp/173017-pb2.png
Thanks for your answers !
↧