https://github.com/simplestargame/simpleurptoonlitoutlineexample
SimpleURPToonLitOutlineExample
https://github.com/simplestargame/simpleurptoonlitoutlineexample
shader toon unity unity3d urp
Last synced: 10 months ago
JSON representation
SimpleURPToonLitOutlineExample
- Host: GitHub
- URL: https://github.com/simplestargame/simpleurptoonlitoutlineexample
- Owner: simplestargame
- License: mit
- Created: 2022-01-26T13:22:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T16:25:38.000Z (over 3 years ago)
- Last Synced: 2025-06-20T23:05:36.458Z (about 1 year ago)
- Topics: shader, toon, unity, unity3d, urp
- Language: HLSL
- Homepage:
- Size: 57.6 KB
- Stars: 179
- Watchers: 6
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleURPToonLitOutlineExample

Test VRM from https://codealdnoah.booth.pm/

Cast and recieve shadows
## What is this ?
Unity URP (Universal Render Pipeline) Toon Lit Shader for UniVRM Runtime Load.
## Environment
Unity 2021.3.0f1 with URP or later.
## How to use
1. [Download](../../releases) .unitypackage.
2. Import the .unitypackage with [UniVRM](https://github.com/vrm-c/UniVRM).
3. Replace "\Assets\VRMShaders\GLTF\IO\Runtime\Material\Importer\MaterialFactory.cs"(UniVRM) with "\Assets\SimplestarGame\SimpleURPToonLitOutlineExample\Scripts\MaterialFactory.cs"(This Package).
## Base Code
The base shader code is [Unity URP Simplified Toon Lit Shader Example (for you to learn writing custom lit shader in URP)](https://github.com/ColinLeung-NiloCat/UnityURPToonLitShaderExample)
## Unity-Technologies Custom Lighting Shader Graph
This package uses [ShaderGraph-Custom-Lighting](https://github.com/Unity-Technologies/ShaderGraph-Custom-Lighting)