UniVRM/Assets/VRM
2020-11-20 19:53:25 +09:00
..
DepthFirstScheduler fix Error message 2020-11-17 15:57:44 +09:00
Documentation
UniGLTF TextureTransformTest 2020-11-20 19:53:25 +09:00
UniHumanoid
UniJSON VRMSerializerGenerator 2020-11-20 19:06:17 +09:00
UniVRM TextureTransformTest 2020-11-20 19:53:25 +09:00
CHANGELOG.md
CHANGELOG.md.meta
DepthFirstScheduler.meta
Documentation.meta
LICENSE.md
LICENSE.md.meta
package.json 0.62.0 2020-11-16 16:19:30 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
UniGLTF.meta
UniHumanoid.meta
UniJSON.meta
UniVRM.meta
VRM.asmdef move BoneMeshEraser to MeshUtility 2020-08-25 19:03:06 +09:00
VRM.asmdef.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",
  }
}