# VRMShaders VRM model's supported shaders in Unity. ## Import VRMShaders (Unity 2019.3.4f1~) `Window` -> `Package Manager` -> `Add package from git URL` and paste `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders`. or add the package name and git URL in `Packages/manifest.json`: ```json { "dependencies": { "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders", } } ```