Seriously confused by which version of URP is current / suggested.
My project uses the 2D Renderer. I’m using the current Unity LTS version 2019.4.6f1. In Package Manager, the newest version of URP that is available is 7.4.1.
I found a bug with 7.4.1, and reported it, and was told that it was fixed in version 8.0.1. According to the URP documentation, the only way to update URP is through Package Manager.
I’ve seen in several places that you can update to a specific version by editing the manifest.json file. Is it normal to do that? Is that how everyone else is updating?
Hey Elvar, thanks for the reply! The person that responded to my bug report also messaged me back last night correcting themselves that I would need Unity version 2020.1.
Steps to reproduce: Create a fresh project using 2D Template. Use Package Manager to install URP 8.2.0. Create the pipeline / 2D renderer assets, and apply them to the project. Add a Point Light 2D to the scene, and select the “Use Normal Map” box on it. Build and Run the game with Developer mode to see the log output. Results in that “color and depth textures dont match” error (not the exact wording)
I also emailed back the person on that Bug Report Case #1268201 with a link to that updated repro project.