update README

This commit is contained in:
PoChangSu 2020-07-21 14:04:03 +09:00
parent 86e2b31def
commit 990412bb01
2 changed files with 7 additions and 3 deletions

View File

@ -4,13 +4,17 @@ The core library for UniVRM-0.XX.
## Import VRM (Unity 2019.3.4f1~)
`Window` -> `Package Manager` -> `Add package from git URL` and paste `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM`.
`Window` -> `Package Manager` -> `Add package from git URL` and add the followings in order:
or add git URL in `Packages/manifest.json`
* `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders`
* `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM` => depends on 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",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM",
}
}

View File

@ -6,7 +6,7 @@ VRM model's supported shaders in Unity.
`Window` -> `Package Manager` -> `Add package from git URL` and paste `https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders`.
or add git URL in `Packages/manifest.json`
or add the package name and git URL in `Packages/manifest.json`:
```json
{