Skip to content

v0.8.3

Compare
Choose a tag to compare
@Arvtesh Arvtesh released this 25 Jan 21:53
· 35 commits to develop since this release

Misc improvements and bugfixes.

Added

  • Added possibility to set custom shader tags for URP outlines.
  • Added support for filtering URP outline renderers by rendering layer mask (#22).

Fixed

  • Fixed URP outlines rendering issue when both depth-testing and MSAA are enabled (#23).
  • Fixed OutlineBehaviour not working in edit mode after disabling and enabling it again.

Changed

  • OutlineEffect now works in edit-mode.
  • OutlineEffect now exposes OutlineLayerCollection instead of IList.
  • OutlineEffect now uses OnPreRender to update its command buffer.
  • Moved MergeLayerObjects flag to OutlineLayer from OutlineLayerCollection.
  • Multiple OutlineEffect component instances can now be added to a camera.