Skip to content

Unity-Technologies/com.unity.toonshader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest official docs

Unity Toon Shader


Post-Cloning Setup on Windows

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.

  1. Open Local Security Policy by typing secpol.msc on Windows Command Prompt

  1. 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.

  1. Type USERS inside the textbox and click on Check Names to verify it, then click OK.

  1. 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

About

Unity Toon Shader ( an experimental package )

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 62.8%
  • HLSL 21.5%
  • ShaderLab 13.7%
  • Mathematica 1.9%
  • Batchfile 0.1%