Skip to content

Commit

Permalink
Update README with getting started info
Browse files Browse the repository at this point in the history
  • Loading branch information
Delt06 committed Jul 5, 2022
1 parent b846a22 commit 3aed7a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ A toon shader compatible with the Universal Render Pipeline.
- [Toon Shader Capabilities](#toon-shader-capabilities)
- [Toon Shader (Lite) Capabilities](#toon-shader-lite-capabilities)
- [Inverted Hull Outline](#inverted-hull-outline)
- [Installation](#installation)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Documentation](#documentation)
- [Examples](#examples)
- [Performance Benchmark](#performance-benchmark)
Expand Down Expand Up @@ -117,7 +118,13 @@ where `<UNITY-VERSION>` may be either of the following:
- `2021.3`
- `2020.3`

By default, the shader is updated only for LTS versions of Unity.
By default, the shader is updated only for LTS versions of Unity.

## Getting Started

- Ensure URP is installed (see [the official instructions](https://docs.unity3d.com/Packages/[email protected]/manual/InstallURPIntoAProject.html)).
- Create a new material, select `DELTation/Toon Shader` in the shader menu.
- For more details on the shader parameters, see [the Forest Demo Breakdown Wiki page](https://github.com/Delt06/urp-toon-shader/wiki/Forest-Demo-Breakdown).

## Documentation

Expand Down

0 comments on commit 3aed7a5

Please sign in to comment.