UniVRM/Assets/VRM
2021-09-29 17:38:20 +09:00
..
Documentation
Editor UniVRM-0.84.0 2021-09-17 17:38:18 +09:00
Runtime Merge pull request #1264 from ousttrue/version/v0_85_0 2021-09-29 17:38:20 +09:00
Samples Merge pull request #1262 from ousttrue/fix/unity_version 2021-09-29 17:38:02 +09:00
Tests add VRMData.cs 2021-09-01 21:26:50 +09:00
CHANGELOG.md
CHANGELOG.md.meta
Documentation.meta
Editor.meta
LICENSE.md
LICENSE.md.meta
package.json UniVRM-0.85.0 2021-09-29 16:56:25 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
Runtime.meta
Samples.meta mv VRM.Samples to VRM/Samples 2021-08-18 17:40:06 +09:00
Tests.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",
  }
}