UniVRM/Assets/VRM
2021-03-19 16:58:49 +09:00
..
Documentation
Editor extract texture from external path to asset path 2021-03-18 14:39:12 +09:00
Resources
Runtime ReadMeta 復活 2021-03-19 16:58:49 +09:00
Tests add VRM_TEST_MODELS 2021-03-17 20:58:46 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta
LICENSE.md
LICENSE.md.meta
package.json UniVRM-0.68.2 2021-03-16 20:29:46 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
Resources.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",
  }
}