UniVRM/Assets/VRM
2024-11-06 14:33:23 +09:00
..
Documentation
Editor bake 時に SpringBone と LookAt に反映する実装 2024-10-21 22:46:08 +09:00
MToon Extract MToon0X shaders from the Resouces directory 2024-07-29 20:02:58 +09:00
Runtime VRMFirstPerson 無い時がある 2024-11-06 14:33:23 +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
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.127.2 2024-10-25 12:58:40 +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",
  }
}