UniToon
Physically-based Toon Shader for game applications. Compliant with Unity standard rendering functions. It is not targeted to be multifunctional in order to keep performance, but to be universally usable.
File Explorer
Download Latest Version (.zip)- changelog.html
- changelog.html.meta
- documents.html
- documents.html.meta
- guidance.html
- guidance.html.meta
- style.css
- style.css.meta
- LitShader.cs
- LitShader.cs.meta
- MaterialGUI.cs
- MaterialGUI.cs.meta
- MMD2UniToon.cs
- MMD2UniToon.cs.meta
- MToon2UniToon.cs
- MToon2UniToon.cs.meta
- URPLit2UniToon.cs
- URPLit2UniToon.cs.meta
- ShaderGUI.meta
- ShaderReplace.meta
- UniToon.Editor.asmdef
- UniToon.Editor.asmdef.meta
- DeferredOutlineRendererFeature.cs
- DeferredOutlineRendererFeature.cs.meta
- UniToon.Runtime.URP.asmdef
- UniToon.Runtime.URP.asmdef.meta
- MaterialConverter.cs
- MaterialConverter.cs.meta
- RendererFeatures.meta
- UniToon.Runtime.asmdef
- UniToon.Runtime.asmdef.meta
- LitURP2019_3.shader
- LitURP2019_3.shader.meta
- LitURP2019_4.shader
- LitURP2019_4.shader.meta
- Lighting.hlsl
- Lighting.hlsl.meta
- LitForwardPass.hlsl
- LitForwardPass.hlsl.meta
- LitInput.hlsl
- LitInput.hlsl.meta
- LitURP2020_1.shader
- LitURP2020_1.shader.meta
- LitURP2020_2.shader
- LitURP2020_2.shader.meta
- LitURP2020_3.shader
- LitURP2020_3.shader.meta
- Lighting.hlsl
- Lighting.hlsl.meta
- LitForwardPass.hlsl
- LitForwardPass.hlsl.meta
- LitInput.hlsl
- LitInput.hlsl.meta
- LitURP2021_1.shader
- LitURP2021_1.shader.meta
- Lighting.hlsl
- Lighting.hlsl.meta
- LitForwardPass.hlsl
- LitForwardPass.hlsl.meta
- LitInput.hlsl
- LitInput.hlsl.meta
- LitURP2021_2.shader
- LitURP2021_2.shader.meta
- LitURP2021_3.shader
- LitURP2021_3.shader.meta
- DepthNormalsPass.hlsl
- DepthNormalsPass.hlsl.meta
- DepthOnlyPass.hlsl
- DepthOnlyPass.hlsl.meta
- LitDepthNormalsPass.hlsl
- LitDepthNormalsPass.hlsl.meta
- ShadowCasterPass.hlsl
- ShadowCasterPass.hlsl.meta
- UniToonFunctions.hlsl
- UniToonFunctions.hlsl.meta
- UniToonLighting.hlsl
- UniToonLighting.hlsl.meta
- URP_2019_3.meta
- URP_2019_4.meta
- URP_2020_1.meta
- URP_2020_2.meta
- URP_2020_3.meta
- URP_2021_1.meta
- URP_2021_2.meta
- URP_2021_3.meta
- .gitignore
- CHANGELOG.md
- CHANGELOG.md.meta
- Documents.meta
- Editor.meta
- index.html
- index.html.meta
- LICENSE
- LICENSE.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/yoship1639/UniToon
Downloads the entire project code from GitHub to your computer.
cd UniToon
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)
