UniVRM/Assets/VRM
2022-04-07 22:14:34 +09:00
..
Documentation
Editor Merge pull request #1578 from ousttrue/fix10/unknown_material_validation 2022-03-14 19:03:30 +09:00
Runtime UniVRM-0.97.0 2022-03-14 18:08:37 +09:00
Samples~ UniVRM-0.96.0 2022-02-22 18:47:43 +09:00
Tests GLTF to Gltf 2022-02-10 18:53:18 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta
LICENSE.md
LICENSE.md.meta
package.json Add unity official module dependencies 2022-04-07 22:14:34 +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",
  }
}