Releases: vrm-c/UniVRM
v0.85.0
for Unity-2019.4.LTS
or later
Install
Import to unity in this order.
この順番で Unity に Import してください。
First
Second
For more information, see UniVRM-0.85.0 Release Note
詳細は、UniVRM-0.85.0 リリースノート
unitypackage | folder | contents |
---|---|---|
UniGLTF_VRMShaders | Assets/VRMShaders | UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc |
Assets/UniGLTF | UniGLTF (require VRMShaders) |
|
UniVRM | Assets/VRM | UniVRM (require UniGLTF_VRMShaders) |
VRM | Assets/VRM10 | VRM-1.0beta (require UniGLTF_VRMShaders) |
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.85.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.85.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.85.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.85.0 |
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.85.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.85.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.85.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.85.0",
}
}
v0.84.0
for Unity-2019.4.LTS
or later
Install
Import to unity in this order.
この順番で Unity に Import してください。
First
Second
For more information, see UniVRM-0.84.0 Release Note
詳細は、UniVRM-0.84.0 リリースノート
packages
unitypackage | folder | UPM package | UPM URL | contents |
---|---|---|---|---|
UniGLTF_VRMShaders | Assets/VRMShaders | com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0 | UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc |
Assets/UniGLTF | com.vrmc.gltf (rename from unigltf ) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0 | UniGLTF (require VRMShaders) |
|
UniVRM | Assets/VRM | com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0 | UniVRM (require UniGLTF_VRMShaders) |
VRM | Assets/VRM10 | com.vrmc.vrm (rename from univrm1) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0 | VRM-1.0beta (require UniGLTF_VRMShaders) |
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0",
}
}
v0.83.0
for Unity-2019.4.LTS
or later
Install
Download from the link below
and import to unity in this order.
この順番で Unity に Import してください。
For more information, see UniVRM-0.83.0 Release Note
詳細は、UniVRM-0.83.0 リリースノート
packages
unitypackage | folder | UPM package | UPM URL | contents |
---|---|---|---|---|
UniGLTF_VRMShaders | Assets/VRMShaders | com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.0 | UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc |
Assets/UniGLTF | com.vrmc.gltf (rename from unigltf ) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.83.0 | UniGLTF (require VRMShaders) |
|
UniVRM | Assets/VRM | com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.0 | UniVRM (require UniGLTF_VRMShaders) |
VRM | Assets/VRM10 | com.vrmc.vrm (rename from univrm1) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.83.0 | VRM-1.0beta (require UniGLTF_VRMShaders) |
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.83.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.83.0",
}
}
v0.82.1
bug 修正
- GLB の Editor importer の URP と Builtin が逆になっていた(editor importでエラーになる)
- VRMImporterContext のコンストラクタのAPI更新
Install
for Unity-2019.4.LTS
or later
Download from the link below
下方のリンクからダウンロード
- UniGLTF_VRMShaders-0.82.1_XXXX.unitypackage
- UniVRM-0.82.1_XXXX.unitypackage
and import to unity in this order.
この順番で Unity に Import してください。
For more information, see UniVRM-0.82.0 Release Note
詳細は、UniVRM-0.82.0 リリースノート
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1", // rename unigltf to gltf
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1", // rename univrm1 to vrm
}
}
v0.82.0
主な変更
- URP(Universal Render Pipeline) 向けの Importer 拡張(Experimental)
- 使い勝手に問題があったので、次回 VRMImporterContext のコンストラクタのAPI更新します。
- vrm-1.0関連の更新
GLB
の Editor import
にバグあり。修正準備中です。
Install
for Unity-2019.4.LTS
or later
Download from the link below
下方のリンクからダウンロード
- UniGLTF_VRMShaders-0.82.0_XXXX.unitypackage
- UniVRM-0.82.0_XXXX.unitypackage
and import to unity in this order.
この順番で Unity に Import してください。
For more information, see UniVRM-0.82.0 Release Note
詳細は、UniVRM-0.82.0 リリースノート
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.0", // rename unigltf to gltf
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.0", // rename univrm1 to vrm
}
}
v0.81.0
From v0.80.0
minimum Unity Version is Unity-2019.4.LTS
.
v0.80.0
から Unity の最低バージョンが Unity-2019.4LTS
です。
Install
Download from the link below
下方のリンクからダウンロード
- UniGLTF_VRMShaders-0.81.0_5126.unitypackage
- UniVRM-0.81.0_5126.unitypackage
and import to unity in this order.
この順番で Unity に Import してください。
For more information, see UniVRM-0.81.0 Release Note
詳細は、UniVRM-0.81.0 リリースノート
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.81.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.81.0", // rename unigltf to gltf
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.81.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.81.0", // rename univrm1 to vrm
}
}
v0.80.0
Stable 安定板 from v0.79.0
パッケージ
unitypackage | contents | usage |
---|---|---|
UniVRM0X-*.unitypackage | VRM, VRMShaders, UniGLTF | VRM |
UniVRM0X-samples-*.unitypackage | VRM.Samples, StreamingAssets | VRM development samples |
UniVRM10-*.unitypackage | VRM10, VRMShaders, UniGLTF | VRM-1.0β |
UniVRM10-samples-*.unitypackage | VRM10.Samples, UniGLTF.Samples, StreamingAssets | VRM-1.0β development samples |
v0.80.0
から Unity の最低バージョンがUnity-2019.4LTS
に更新されます。UnityVersionv0.80.0
から VRM-1.0βのパッケージが提供されます。VRM-1- Core(meta, expression, lookat, firstperson, mtoon) が動作します
- SpringBone UI 開発中
- Constraint Aimの仕様策定中。Translation, Rotation UI開発中
関連情報 (Related Information)
UPM
// manifest.json 抜粋
{
"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",
}
}
v0.79.0
安定板 from v0.79.0
関連情報 (Related Information)
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.79.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.79.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.79.0",
}
}
v0.78.0
関連情報 (Related Information)
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.78.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.78.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.78.0",
}
}
v0.77.0
関連情報 (Related Information)
UPM
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.77.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.77.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.77.0",
}
}