UniVRM/Assets/VRM
2025-10-06 16:07:18 +09:00
..
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Editor "com.unity.test-framework": "1.4.6" 2025-05-15 14:52:17 +09:00
Icons set icon 2024-12-10 16:12:25 +09:00
MToon Apply fp16 bug fix to MToon0.X 2025-03-05 02:00:42 +09:00
Runtime Merge branch 'master' into customShaderImport 2025-08-22 16:46:37 +09:00
Samples~ UniVRM-0.130.0 2025-08-27 13:30:29 +09:00
Tests Convert VRM0.X Material import classes from static to instance class. 2025-08-21 14:42:43 +09:00
CHANGELOG.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
CHANGELOG.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Documentation.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Editor.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Icons.meta set icon 2024-12-10 16:12:25 +09:00
LICENSE.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
LICENSE.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
MToon.meta mv MToon0X from VRMShaders.VRM to VRM 2024-07-19 17:00:09 +09:00
package.json UniVRM-0.130.1 2025-10-06 16:07:18 +09:00
package.json.meta Add UPM integration 2020-05-08 12:38:00 +08:00
README.md update README 2020-07-21 14:04:03 +09:00
README.md.meta add README in vrm and vrmshaders folder 2020-07-21 13:21:58 +09:00
README.url Add README.url 2019-02-05 20:53:44 +09:00
README.url.meta Add README.url 2019-02-05 20:53:44 +09:00
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",
  }
}