Unity-URP-Outline
Unity package that includes a simple outline render feature. Requires Unity 6000.3.0 or higher.
File Explorer
Download Latest Version (.zip)- Cqf.Outline.asmdef
- Cqf.Outline.asmdef.meta
- OutlineData.cs
- OutlineData.cs.meta
- OutlineDrawMaskRenderPass.cs
- OutlineDrawMaskRenderPass.cs.meta
- OutlineRendererFeature.cs
- OutlineRendererFeature.cs.meta
- OutlineResolveRenderPass.cs
- OutlineResolveRenderPass.cs.meta
- OutlineVolumeComponent.cs
- OutlineVolumeComponent.cs.meta
- Outline.shader
- Outline.shader.meta
- .gitignore
- CHANGELOG.md
- CHANGELOG.md.meta
- LICENSE.md
- LICENSE.md.meta
- package.json
- package.json.meta
- README.md
- README.md.meta
- Runtime.meta
- Shaders.meta
# Installation Guide
1. Get the code
git clone https://github.com/CristianQiu/Unity-URP-Outline
Downloads the entire project code from GitHub to your computer.
cd Unity-URP-Outline
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
