- Unity Toon Shader
- Requirements
- Installation
- What's new
- Getting Started
- Material Converter
- Shader Parameter Settings
- Modes
- Shader Settings
- Three Color Map and Control Map Settings
- Shading Step and Feather Settings
- Normal Map Settings
- Highlight Settings
- Rim Light Settings
- Material Capture (MatCap) Setting
- Emission Settings
- Angel Ring Projection Settings
- Scene Light Effectiveness Settings
- Metaverse Settings(Experimental)
- Outline Settings
- Tessellation Settings(the Built-in Render Pipeline)
- Tessellation Settings(HDRP)
- Toon EV Adjustment(HDRP)
- Samples
- Feature Difference
- Known Issues
This repository utilizes symbolic links to share code across multiple projects. On Windows 10 or later, symbolic link creation is restricted by default for regular users, which can lead to issues when working with this repository.
To resolve this, follow the steps below to enable symbolic link creation and configure Git appropriately.
- Open Local Security Policy by typing
secpol.msc
on Windows Command Prompt
- Under User Rights Assignment, find a policy called Create symbolic links and open it.
- Click Add User or Group
- Click Object Types
- Make sure Groups is checked and click OK.
- Type USERS inside the textbox and click on Check Names to verify it, then click OK.
- Configure git to allow symbolic links. For example, by typing the following in Git Bash:
git config --local core.symlinks true
git config --global core.symlinks true