Socket
Socket
Sign inDemoInstall

com.unityfx.outline

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.unityfx.outline - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # UnityFx.Outline changelog

## [0.7.0] - 2019.11.26
`MaterialPropertyBlock`-based rendering and [Unity Post-processing Stack v2](https://github.com/Unity-Technologies/PostProcessing/tree/v2) compatibility.
### Added
- Moved to for `MaterialPropertyBlock`-based rendering. This is in-line with Unity post-processing Stack and is more performant approach.
- Significant optimizations made to `OutlineRenderer`.
### Changed
- `IOutlineSettings` now implements `IEquatable`.
- Changed all outline shaders to use HLSL-based macros.
- Modified all shaders to ignore MVP vertex transform to be compatible with the new rendering model.
- Exposed rendering APIs for `OutlineLayer` and `OutlineLayerCollection`.
### Fixed
- Fixed `TiledGPUPerformanceWarning` on mobile targets.
### Removed
- Removed `OutlineMaterialSet` class. It is not used in `MaterialPropertyBlock`-based effect rendering.
## [0.6.0] - 2019.09.26

@@ -8,0 +28,0 @@

2

package.json
{
"name": "com.unityfx.outline",
"version": "0.6.0",
"version": "0.7.0",
"displayName": "Screen-space outlines for Unity",

@@ -5,0 +5,0 @@ "description": "Configurable per-object and per-camera outlines. Both solid and blurred outline modes are supported (Gauss blur). The outlines can be easily customized either through scripts or with Unity editor (both in edit-time or runtime).",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc