UniVRM/Assets/VRM
ousttrue d3f56594da UniVRM-0.65.3 (UniGLTF-2.1.3)
#711

UniGLTFのバージョン番号は、 UniVRMのバージョン番号から機械的に決めることにします。
更新の有無でそれぞれバージョンアップの有無を管理すると煩雑になるためです。

major: 2
minor: UniVRM.minor - 64
patch: UniVRM.patch

UniGLTF のバージョンを UniVRMのバージョンに揃えたいのですが、
先に `1.27` というバージョンを持っていて巻き戻るので、とりあえず `2.0` に上げていてやむを得ない状態に。
2021-02-01 15:22:41 +09:00
..
Documentation add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Editor check UNITY_EDITOR error 2021-01-28 17:53:06 +09:00
Resources FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Runtime UniVRM-0.65.3 (UniGLTF-2.1.3) 2021-02-01 15:22:41 +09:00
Tests The test checks the actual code. 2021-01-27 15:41:50 +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
Documentation.meta add upm documentation for VRM and VRMShaders 2020-07-21 12:54:09 +09:00
Editor.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +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 UniVRM-0.65.3 (UniGLTF-2.1.3) 2021-02-01 15:22:41 +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
Resources.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Runtime.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
Tests.meta FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +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",
  }
}