UniVRM/Assets/VRM
2025-03-05 02:00:42 +09:00
..
Documentation
Editor UniVRM-0.128.2 2025-02-13 15:24:11 +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 'vrm-c:master' into fix/use_UniGLTFLogger 2025-02-05 13:02:58 +09:00
Samples~ editor, sample 2025-02-05 13:56:13 +09:00
Tests Fix VRM0X Tests 2024-07-30 00:30:22 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta
Icons.meta set icon 2024-12-10 16:12:25 +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.2 2025-02-13 15:24:11 +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",
  }
}