v0.111.0
リリース予定
v0.111
It is planned to be the final version for Unity-2020.
We plan to change the supported version to Unity-2021 or later, from UniVRM-0.112.
Unity-2020 対応の最終版の予定です。
UniVRM-0.112 から対応バージョンを Unity-2021 以降に変更予定です。
URP版 MToon は含まれていますが、112 でドキュメント等の案内を出します。
v0.112 メンテナンスリリース
最低バージョンを Unity-2021 に変更する最初のバージョン。
URP版 MToon の案内
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
-
via UnityPackage
- Download VRM-0.111.0_b413.unitypackage
-
via UPM Package
com.vrmc.vrmshaderscom.vrmc.gltfcom.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.111.0_b413.unitypackage
-
via UPM Package
com.vrmc.vrmshaderscom.vrmc.gltfcom.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window->Package Manager->+->Add package from git URL...
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.111.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.111.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.111.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.111.0",
// ...
}
}Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samplesin the Package Manager and then submitImportbutton.Window->Package Manager->Packages: In Project->VRM-1.0orVRM
- You can find