mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 05:54:59 -05:00
18 lines
427 B
Markdown
18 lines
427 B
Markdown
# 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",
|
|
}
|
|
}
|
|
```
|