Error assigning 2DArray texture to 2D texture property '_BlitTexture': Dimensions must match
is thrown when trying to run on XR
Steps to reproduce
1. Create new URP project
2. Add "Full Screen Pass" renderer feature (it should have default material assigned)
3. Add XR to the project
4. Probably works with other XR SDKs but I tested only with MockHMD
5. Play the scene.
You should get an error and default full screen effect is not rendered.
Project that reproduces the issue is also attached