UniVRM/Assets/VRM
Masataka SUMI bd982eae8f rename
2021-10-22 16:31:58 +09:00
..
Documentation
Editor unitypackageの分け方 2021-10-18 14:19:08 +09:00
Runtime rename 2021-10-22 16:31:58 +09:00
Samples~ Samples を Samples~ に移動 2021-10-13 17:37:45 +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 copy Samples to Samples~ 2021-10-14 20:51:13 +09:00
package.json.meta
README.md
README.md.meta
README.url
README.url.meta
Runtime.meta
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",
  }
}