v0.8.3
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 exposesOutlineLayerCollection
instead ofIList
.OutlineEffect
now usesOnPreRender
to update its command buffer.- Moved
MergeLayerObjects
flag toOutlineLayer
fromOutlineLayerCollection
. - Multiple
OutlineEffect
component instances can now be added to a camera.