com.unity.render-pipelines.universal 10.10.1
com.unity.render-pipelines.universal
Notes: processedReleased October 13, 2022
Browse versions
PreviousNext
Unity Compatibility
Minimum Unity: 2020.3 (18f1)
Package Dependencies
🔧 Bug Fixes
- Fixed lighting banding issue on mobile platforms.
- Fixed multi\_compile\_instancing on SimpleLit shader on SM 2.0.
- The behavior of setting a camera's Background Type to "Dont Care" has changed on mobile. Previously, "Dont Care" would behave identically to "Solid Color" on mobile. Now, "Dont Care" corresponds to the render target being filled with arbitrary data at the beginning of the frame, which may be faster in some situations. Note that there are no guarantees for the exact content of the render target, so projects should use "Dont care" only if they are guaranteed to render to, or otherwise write every pixel every frame.
- Fixed URP Deferred Fog pass does not work in XR singlepass.
📈 Improvements
- Added serialization of Freeform ShapeLight mesh to avoid CPU cost of generating them on the runtime.
