UniVRM/Assets/VRM
2020-11-20 19:06:17 +09:00
..
DepthFirstScheduler fix Error message 2020-11-17 15:57:44 +09:00
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
UniGLTF VRMSerializerGenerator 2020-11-20 19:06:17 +09:00
UniHumanoid fix obsolete 2020-07-27 15:48:54 +09:00
UniJSON VRMSerializerGenerator 2020-11-20 19:06:17 +09:00
UniVRM VRMSerializerGenerator 2020-11-20 19:06:17 +09:00
CHANGELOG.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
CHANGELOG.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
DepthFirstScheduler.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
Documentation.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
LICENSE.md add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
LICENSE.md.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
package.json 0.62.0 2020-11-16 16:19:30 +09:00
package.json.meta Add UPM integration 2020-05-08 12:38:00 +08:00
README.md update README 2020-07-21 14:04:03 +09:00
README.md.meta add README in vrm and vrmshaders folder 2020-07-21 13:21:58 +09:00
README.url Add README.url 2019-02-05 20:53:44 +09:00
README.url.meta Add README.url 2019-02-05 20:53:44 +09:00
UniGLTF.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniHumanoid.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniJSON.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UniVRM.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
VRM.asmdef move BoneMeshEraser to MeshUtility 2020-08-25 19:03:06 +09:00
VRM.asmdef.meta Rearrange directory structures to support Assembly Definition Files. Add asmdef files 2019-01-29 18:07:48 +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",
  }
}