Skip to content

10.10.1

Latest

Choose a tag to compare

@Needle-Mirror-Bot Needle-Mirror-Bot released this 13 Oct 13:18

[10.10.1] - 2022-08-29

Fixed

  • 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.

Changed

  • Added serialization of Freeform ShapeLight mesh to avoid CPU cost of generating them on the runtime.