v0.4.0
Blurred outlines.
Added
- Added Gauss blurring to outlines.
- Added outline mode parameter (possible values are
SolidandBlurred). - Added outline intensity parameter (for blurred outlines only).
- Added
IOutlineSettingsinterface to make outline settings the same forOutlineBehaviourandOutlineLayer. - Added
OutlineMaterialSethelper.
Changed
- Changed solid outline to use Gauss sampling (to achieve smoother outlines).
- Changed outline implementation to use different passed for horizontal and vertical sampling (to make algorithm complexity linear instead of quadric).
Fixed
- Fixed an issue with
OutlineBehaviournot rendering outlines if attached to aGameObjectwith no renderers.
Removed
- Removed
OutlineResourceCacheclass.