UniVRM/Assets/VRM
2024-11-19 12:58:52 +09:00
..
Documentation
Editor use MonoBehaviour.OnValidate 2024-11-19 12:58:52 +09:00
MToon Extract MToon0X shaders from the Resouces directory 2024-07-29 20:02:58 +09:00
Runtime use MonoBehaviour.OnValidate 2024-11-19 12:58:52 +09:00
Samples~ UniVRM-0.127.2 2024-10-25 12:58:40 +09:00
Tests Fix VRM0X Tests 2024-07-30 00:30:22 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
LICENSE.md
LICENSE.md.meta
MToon.meta mv MToon0X from VRMShaders.VRM to VRM 2024-07-19 17:00:09 +09:00
package.json UniVRM-0.128.0 2024-11-12 16:45:15 +09:00
package.json.meta
README.md update README 2020-07-21 14:04:03 +09:00
README.md.meta
README.url
README.url.meta
Runtime.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Tests.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00

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