Files
UniVRM/Assets/VRM
ousttrue df9f4ac07e unitypackageの分け方
* UniVRM
* UnivRM_Samples
* VRM
* VRM_Samples

の4パッケージとする
2021-10-18 14:19:08 +09:00
..
2021-10-18 14:19:08 +09:00
2021-10-15 17:19:21 +09:00
2021-10-13 17:37:45 +09:00
2021-09-01 21:26:50 +09:00
2021-10-14 20:51:13 +09:00
2020-05-08 12:38:00 +08:00
2020-07-21 14:04:03 +09:00
2019-02-05 20:53:44 +09:00
2019-02-05 20:53:44 +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",
  }
}