Skip to content
 
 

Latest commit

 

History

1,025 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages