add README in vrm and vrmshaders folder

This commit is contained in:
PoChangSu
2020-07-21 13:21:58 +09:00
parent dc504c06f6
commit 5c9610ef23
4 changed files with 52 additions and 0 deletions

19
Assets/VRM/README.md Normal file
View File

@@ -0,0 +1,19 @@
# VRM
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`.
or add git URL in `/UniVRM/Packages/manifest.json`
```json
{
"dependencies": {
// ...
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM",
// ...
}
}
```

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 27376b07a49e57442a9c2d6a2a0805b9
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,19 @@
# 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 git URL in `/UniVRM/Packages/manifest.json`
```json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders",
// ...
}
}
```

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4918a8517e721c5429d0f8033ae065c7
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: