mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
update README
This commit is contained in:
parent
86e2b31def
commit
990412bb01
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user