UniVRM/docs/release/055/v0.50.md

38 lines
2.8 KiB
Markdown

# v0.50
- commit: `9db7` https://github.com/dwango/UniVRM/releases/tag/v0.50
- milestone: https://github.com/dwango/UniVRM/milestone/9?closed=1
## 新規
- [**closed**] Add specVersion field to VRM extensions [#162](https://github.com/dwango/UniVRM/pull/162)
- VRMに新規プロパティの`specVersion`が追加されました。VRMファイルが参照するVRM仕様のバージョンを示します。
- [**closed**] Support Assembly Definition Files [#154](https://github.com/dwango/UniVRM/pull/154)
- Assembly Definition Files対応を行いました。リリースページより、`*.asmdef-`を名前に含む`unitypackage`にて提供しています。
## バグ修正
- [**closed**] Fix to restore Smoothness value when setting Metallic map [#185](https://github.com/dwango/UniVRM/pull/185)
- Smoothnessの値が強制的に1.0に上書きされてしまう問題を修正しました。
- [**closed**] Calculate inverseBindMatrices(Mesh.bindposes) in SkinnedMeshRenderer.… [#173](https://github.com/dwango/UniVRM/pull/173)
- `skins`の`inverseBindMatrices`が存在しない場合でも、デフォルトで提供する挙動で動作するようにしました。
- [**closed**] Set 'ExplicitIgnorableItemLength = 0' to glTF elements to export mode… [#158](https://github.com/dwango/UniVRM/pull/158)
- 一切テクスチャが割り当てられていないモデルをエクスポートする際にエラーが発生する問題を修正しました。
## 改良
- [**closed**] Add README.url [#180](https://github.com/dwango/UniVRM/pull/180) (by @nkjzm)
- [**closed**] Divide unity packages for asmdef files [#178](https://github.com/dwango/UniVRM/pull/178)
- [**closed**] Now some fields in meta are required [#160](https://github.com/dwango/UniVRM/pull/160)
- **`meta`内のいくつかのフィールドが必ずバリデートされ出力されるようになりました。**
- [**closed**] Skip AssetPostProcessor when file in StreamingAssets folder. #166 [#171](https://github.com/dwango/UniVRM/pull/171)
## その他
- [**closed**] Fix adf error [#177](https://github.com/dwango/UniVRM/pull/177)
- [**closed**] fix KeyValue [#176](https://github.com/dwango/UniVRM/pull/176)
- [**closed**] Reduce Expression.Compile [#164](https://github.com/dwango/UniVRM/pull/164)
- [**closed**] Removed Expression.Compile [#165](https://github.com/dwango/UniVRM/pull/165)
- [**closed**] Remove unused meta files for specs [#163](https://github.com/dwango/UniVRM/pull/163)
- [**closed**] Remove an unused file [#159](https://github.com/dwango/UniVRM/pull/159)
- [**closed**] Prepare a version for next release v0.50 [#155](https://github.com/dwango/UniVRM/pull/155)
- [**closed**] Fix/suppress warnings [#151](https://github.com/dwango/UniVRM/pull/151)
- [**closed**] Fix unity 5 symbol [#150](https://github.com/dwango/UniVRM/pull/150)