Skip to content

Commit

Permalink
Fixed package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvtesh committed May 30, 2020
1 parent b87e237 commit 40cb408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Outline.Core/Packages/UnityFx.Outline/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.unityfx.outline",
"version": "0.8.0",
"displayName": "Screen-space outlines",
"description": "Configurable per-object and per-camera outline effect implementation for built-in render pipeline. Both solid and blurred outline modes are supported (Gauss blur). Scriptable render pipeline is not supported.",
"displayName": "Outline toolkit",
"description": "This package contains configurable per-object and per-camera outline effect implementation for built-in render pipeline. Both solid and blurred outline modes are supported (Gauss blur), as well as depth testing. Reusable and extensible API.",
"unity": "2018.4",
"keywords": [
"UnityFx",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.unityfx.outline.postprocessing",
"version": "0.2.0",
"displayName": "Screen-space outline (Post-processing v2)",
"description": "Configurable screen-space outline implementation for Unity post-processing stack (v2).",
"displayName": "Outline toolkit (Post-processing v2)",
"description": "This package contains configurable outline implementation for Unity post-processing stack (v2).",
"unity": "2018.4",
"dependencies": {
"com.unityfx.outline": "0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions Outline.URP/Packages/UnityFx.Outline.URP/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.unityfx.outline.urp",
"version": "0.1.0",
"displayName": "Screen-space outline (URP)",
"description": "Configurable outline for URP.",
"displayName": "Outline toolkit (URP)",
"description": "This package contains configurable outline implementation for Universal Render Pipeline.",
"unity": "2019.3",
"dependencies": {
"com.unityfx.outline": "0.8.0",
Expand Down

0 comments on commit 40cb408

Please sign in to comment.