mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-03 11:46:02 -05:00
30 lines
1.5 KiB
Markdown
30 lines
1.5 KiB
Markdown
# v0.60.0
|
|
|
|
* [Release](https://github.com/vrm-c/UniVRM/releases/tag/v0.60.0)
|
|
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/19?closed=1)
|
|
|
|
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.59.0...v0.60.0)
|
|
|
|
## 主な変更
|
|
|
|
### Exporter
|
|
|
|
`null check` 的なものが増えて、モデル改変してもエラーが出にくくなりました。
|
|
|
|
- [**closed**] fix null in Renderer.sharedMaterials [\#557](https://github.com/vrm-c/UniVRM/pull/557)
|
|
- [**closed**] add BlendShapeClip Validation [\#556](https://github.com/vrm-c/UniVRM/pull/556)
|
|
- [**closed**] Export Dialog の更新 [\#550](https://github.com/vrm-c/UniVRM/pull/550)
|
|
- [**closed**] 正規化するときは、 `ExportRootに回転・拡大縮小` があってもよい。 [\#548](https://github.com/vrm-c/UniVRM/pull/548)
|
|
|
|
### Importer
|
|
|
|
- [**closed**] set name if name is null [\#549](https://github.com/vrm-c/UniVRM/pull/549)
|
|
|
|
## その他のChangelog
|
|
|
|
- [**closed**] `is null` を `== null` に修正 [\#547](https://github.com/vrm-c/UniVRM/pull/547)
|
|
- [**closed**] 親をたどる時、非アクティブなTransformが取得できなくなっていたのを修正 [\#546](https://github.com/vrm-c/UniVRM/pull/546) ([faidra](https://github.com/faidra))
|
|
- [**closed**] humanoid avatar を作るコンポーネント [\#541](https://github.com/vrm-c/UniVRM/pull/541)
|
|
* https://vrm.dev/docs/univrm/humanoid/meshutility_humanoid/
|
|
- [**closed**] activeInHierarchy が prefab にヒットする件 [\#540](https://github.com/vrm-c/UniVRM/pull/540)
|