Anti Aliasing In Unity with URP
Hiya! So I'm having issues with Antialiasing in Unity on a Quest project, it doesn't seem to matter if I have my project set up based on the Oculus documentation or not: https://developer.oculus.com/documentation/unity/unity-conf-settings/ Things are still looking pretty chunky, maybe I'm not understanding how to manually set the MSAA level, in my understanding it's the pipeline asset that has to be set to 4x MSAA Project Setup: Unity 2021.3.11f1 Unity XR System w/Oculus XR Plugin GLES not Vulkan Doesn't seem to matter if I'm in Multiview or Multipass. FXAA does... something, but its just blurry. I've read that for certain setups you have to disable antialiasing in the camera, only enabling it in the pipeline settings, this didn't have the desired effect for me. Finally, questions: How essential is the Integration Package to MSAA functioning correctly on the quest? Am I required to use an Oculus camera rig instead of the Unity XR Rig for Antialiasing to function correctly? Also if anybody can share with me screenshots of a working URP+MSAA Unity setup configuration I would be very grateful.8KViews1like1Comment