summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/VRM/VRMShaders/README.md
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-11 20:00:58 +0800
committerchai <chaifix@163.com>2020-10-11 20:00:58 +0800
commit8b384dffa0d9c63c7a657c6e567c2ddefbf046cd (patch)
tree3f4d669b73b6622aa49627c4ccb3c78d51a82bde /Assets/ThirdParty/VRM/VRMShaders/README.md
parentcd3aee8d640f6abcc82802ca7abbcdfa031c20d3 (diff)
+Saionji show off scene
Diffstat (limited to 'Assets/ThirdParty/VRM/VRMShaders/README.md')
-rw-r--r--Assets/ThirdParty/VRM/VRMShaders/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Assets/ThirdParty/VRM/VRMShaders/README.md b/Assets/ThirdParty/VRM/VRMShaders/README.md
new file mode 100644
index 00000000..2b81c6bf
--- /dev/null
+++ b/Assets/ThirdParty/VRM/VRMShaders/README.md
@@ -0,0 +1,17 @@
+# 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",
+ }
+}
+```