UniVRM/docs/release/056/v0.63.0.md
2021-10-18 18:32:15 +09:00

40 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# v0.63.0: UniGLTF と UniVRM の分離
[v0.63.1](https://github.com/vrm-c/UniVRM/releases/tag/v0.63.1) 修正しました。
## [v0.63.0](https://github.com/vrm-c/UniVRM/tree/v0.63.0) (2021-01-04)
* [Release](https://github.com/vrm-c/UniVRM/releases/tag/v0.63.0)
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/25?closed=1)
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.62.0...v0.63.0)
## 主な変更
### UniGLTF の分離
UniGLTFとUniVRMが一体化していたのを分離しました。
https://vrm.dev/docs/univrm/gltf/unigltf/
MeshUtility は UniGLTF の下に移動しました(`v0.63.1`)。
- Separate unigltf [\#625](https://github.com/vrm-c/UniVRM/pull/625)
- fix unitypackage [\#648](https://github.com/vrm-c/UniVRM/pull/648)
フォルダ `Assets/UniGLTF` が追加になり、 このフォルダが UPM `com.vrmc.unigltf` になります。
### import
`v0.63.1` でマージ。
- [UniVRM0.62でモによってはGLBロードに失敗する](https://github.com/vrm-c/UniVRM/issues/642) [\#644](https://github.com/vrm-c/UniVRM/pull/644)
### export dialog
`v0.63.1` でさらに修正。 `jpg` やめる。
- [スクリーンショット作成ボタンで作成される画像が中身はJPEGなのにMIMEがimage/pngになっている](https://github.com/vrm-c/UniVRM/issues/639) [\#646](https://github.com/vrm-c/UniVRM/pull/646)
## その他のChangelog
- version 0.63.0 [\#647](https://github.com/vrm-c/UniVRM/pull/647)
- fix version check [\#645](https://github.com/vrm-c/UniVRM/pull/645)
- gltfのAnimationImporterをインターフェース化 [\#641](https://github.com/vrm-c/UniVRM/pull/641)