Skip to content

v0.108.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 06 Dec 06:45
· 1234 commits to master since this release
e16dd2f

更新

v0.107.0 のバグ修正あります。

#1935

Import directly under Assets fails due to a misjudgment of the path. You can avoid this by creating a folder.

パスの判定ミスで Assets 直下の import に失敗します。フォルダを作ると回避できます。

20221219: このページの記述を更新

v0.107のままになっていたところの修正

Release Notes

Installation

The UniVRM supports Unity 2020.3 LTS or later.

You can install UniVRM using the UnityPackage or the UPM Package.

VRM 1.0 Import/Export

VRM 0.x Import/Export

UPM Package Information

You can install these UPM packages via Package Manager in UnityEditor.

  • Window -> Package Manager -> + -> Add package from git URL...
UPM package git URL
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0

You can also install via editing Packages/manifest.json directly.

// Packages/manifest.json
{
  "dependencies": {
    // ...
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0",
    // ...
  }
}

Development

Samples

Documentation