mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-03 00:10:17 -05:00
commit
88f2c11d5c
|
|
@ -35,7 +35,7 @@ myst_enable_extensions = [
|
|||
# "fieldlist",
|
||||
# "html_admonition",
|
||||
# "html_image",
|
||||
# "linkify",
|
||||
"linkify",
|
||||
# "replacements",
|
||||
# "smartquotes",
|
||||
# "strikethrough",
|
||||
|
|
|
|||
|
|
@ -47,21 +47,21 @@
|
|||
<body>
|
||||
<main>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.116.0/VRM-0.116.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.117.0/VRM-0.117.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>VRM-0.116.0</h1>
|
||||
<h1>VRM-0.117.0</h1>
|
||||
<div>for vrm-1.0</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.116.0/UniVRM-0.116.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.117.0/UniVRM-0.117.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>UniVRM-0.116.0</h1>
|
||||
<h1>UniVRM-0.117.0</h1>
|
||||
<div>for vrm-0.x</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@ glTF, vrm-0.x, vrm-1.0 で同じ処理を使えるように作業中。
|
|||
|
||||
https://github.com/vrm-c/UniVRM/issues/2169
|
||||
|
||||
```{warning}
|
||||
bug があります。
|
||||
[v0.117.0](./v0.117.0) 以降をご利用ください。
|
||||
```
|
||||
|
||||
## MeshUtility
|
||||
* [[\#2188](https://github.com/vrm-c/UniVRM/pull/2188)] [MeshUtility] 非原点 SkinnedMeshRenderer まわりの修正
|
||||
* [[\#2187](https://github.com/vrm-c/UniVRM/pull/2187)] [Mesh統合] glb/vrm-0/vrm-1 の Mesh統合 Utility を整理
|
||||
|
|
|
|||
22
docs/release/112/v0.117.0.md
Normal file
22
docs/release/112/v0.117.0.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# v0.117.0: fix vrm-0.X normalize bug
|
||||
|
||||
https://github.com/vrm-c/UniVRM/milestone/80?closed=1
|
||||
|
||||
## Normalize Bug
|
||||
|
||||
`v0.116` で `vrm-0.x` を正規化有りで `Export` するとき姿勢が壊れるというバグがありましたが、これを修正しました。
|
||||
|
||||
* https://github.com/vrm-c/UniVRM/issues/2201
|
||||
* [[\#2208](https://github.com/vrm-c/UniVRM/pull/2208)] avatar 代入時に姿勢が変わる対策
|
||||
|
||||
## Other
|
||||
|
||||
* [[\#2216](https://github.com/vrm-c/UniVRM/pull/2216)] UniVRM-0.117
|
||||
* [[\#2213](https://github.com/vrm-c/UniVRM/pull/2213)] attributesのbufferViewは連続であるが、indicesのbufferViewがprimitivesの順番で連続ではないVRM0.xをロードするとエラーになる問題の対策
|
||||
* [[\#2214](https://github.com/vrm-c/UniVRM/pull/2214)] VRM0.xでMeshAnnotationsのmeshに-1が指定されていると一人称メッシュ作成時にNotImplementedExceptionが発生する問題を回避する
|
||||
* [[\#2212](https://github.com/vrm-c/UniVRM/pull/2212)] Vrm10Instance生成後に非アクティブにしてそのままOnDestroy()が実施された場合にエラーとなる問題の対策
|
||||
* [[\#2210](https://github.com/vrm-c/UniVRM/pull/2210)] nodeにmatrixを使用したVRM0.xのロードを実施すると "Exception: matrix with translation" が発生する問題を解消する
|
||||
* [[\#2211](https://github.com/vrm-c/UniVRM/pull/2211)] TextureFactoryにて所有権が譲渡されていないTextureを破棄する
|
||||
* [[\#2207](https://github.com/vrm-c/UniVRM/pull/2207)] vscode の unity extension が変わったぽい
|
||||
* [[\#2198](https://github.com/vrm-c/UniVRM/pull/2198)] workflow_dispatch
|
||||
* [[\#2197](https://github.com/vrm-c/UniVRM/pull/2197)] UniVRM-0.116.0
|
||||
Loading…
Reference in New Issue
Block a user