You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy/Assets/Outline/package.json

26 lines
684 B

{
"name": "www.nulltale.outlinefx",
"displayName": "OutlineFx",
"version": "1.1.0",
"unity": "2021.3",
"description": "Simplified Outline for Unity Urp",
"documentationUrl": "https://github.com/NullTale/OutlineFx",
"licensesUrl": "https://github.com/NullTale/OutlineFx/blob/master/LICENSE.md",
"author": {
"name": "NullTale",
"email": "nulltale@gmail.com",
"url": "https://github.com/NullTale"
},
"dependencies": {
"com.unity.render-pipelines.universal": "12.1.11"
},
"hideInEditor": false,
"samples": [
{
"displayName": "Samples",
"description": "Contains sample scene",
"path": "Samples~/"
}
]
}