UniVRM/Assets/VRM
2024-07-29 22:28:35 +09:00
..
Documentation
Editor add RenderPipeline considering to gltf/vrm/vrm10 exporters 2024-07-29 22:28:35 +09:00
MToon Extract MToon0X shaders from the Resouces directory 2024-07-29 20:02:58 +09:00
Runtime add RenderPipeline considering to gltf/vrm/vrm10 exporters 2024-07-29 22:28:35 +09:00
Samples~ UniVRM-0.123.0 2024-06-07 17:07:10 +09:00
Tests mv VRMShaders namespace to UniGLTF 2024-07-20 23:47:45 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta
LICENSE.md
LICENSE.md.meta
MToon.meta mv MToon0X from VRMShaders.VRM to VRM 2024-07-19 17:00:09 +09:00
package.json update package.json management 2024-07-23 20:21:41 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
Runtime.meta
Tests.meta

VRM

The core library for UniVRM-0.XX.

Import VRM (Unity 2019.3.4f1~)

Window -> Package Manager -> Add package from git URL and add the followings in order:

  • 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:

{
  "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",
  }
}