mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-03 11:46:02 -05:00
40 lines
1.6 KiB
Markdown
40 lines
1.6 KiB
Markdown
# 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)
|