UniVRM/Assets/VRM
hiroj 60da512e1f
Merge pull request #604 from ousttrue/take_screenshot
スクリーンショットを作成するボタン
2020-11-16 14:14:15 +09:00
..
DepthFirstScheduler ContinueWithCoroutine method supports a return value and a argument 2020-07-01 12:36:44 +09:00
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
UniGLTF Merge pull request #609 from ousttrue/fix/uv2 2020-11-16 14:11:19 +09:00
UniHumanoid fix obsolete 2020-07-27 15:48:54 +09:00
UniJSON implement deserializer generator 2019-08-08 20:25:37 +09:00
UniVRM Merge pull request #604 from ousttrue/take_screenshot 2020-11-16 14:14:15 +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 Version 0.61.1 2020-10-12 17:08:19 +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",
  }
}