UniVRM/README.md
2021-08-18 20:56:43 +09:00

2.2 KiB

UniVRM

UniVRM is a Unity implementation of VRM. It can create, import and export VRM models.

VRM is a file format for using 3d humanoid avatars (3D models) in VR applications.
It is based on glTF2.0. Anyone is free to use it.

Manual

License

Installation

From version v0.80.0, UniVRM supports Unity-2019.4LTS or later.

https://vrm.dev/en/docs/univrm/install/

UnityPackage

Download from Release

From v0.81.0 UniVRM has 3 unitypackages.

UniGLTF_VRMShaders VRM VRM1.0β
for VRM install install
for VRM1 install install
for both VRM and VRM1 instlal install install
only GLTF or Shader install

UPM(developer)

https://vrm.dev/en/docs/univrm/install/univrm_upm/

Copy and paste the following git urls in Packages/manifest.json for UniVRM installation.
To upgrade/downgrade UniVRM version, for example, replace v0.80.0 with any version.

{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.80.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.80.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.80.0",
    // for VRM-1.0β
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.80.0",}
}

Script Samples

Enable sample on Unity PackageManager Window.