UniVRM/Packages/VRM
2025-10-28 14:10:51 +09:00
..
Documentation mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Editor mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Icons mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
MToon mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Runtime mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Samples~ mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Tests mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
CHANGELOG.md mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
CHANGELOG.md.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Documentation.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Editor.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Icons.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
LICENSE.md mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
LICENSE.md.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
MToon.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
package.json mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
package.json.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
README.md mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
README.md.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
README.url mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
README.url.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Runtime.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +09:00
Tests.meta mv UniGLTF, UniVRM and VRM to Packages from Assets 2025-10-28 14:10:51 +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",
  }
}