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

62 lines
5.0 KiB
Markdown

# v0.54.0
* [Release](https://github.com/vrm-c/UniVRM/releases/tag/v0.54.0)
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/13?closed=1)
## v0.54.0 (17/12/2019)
- [**closed**] Refer to vertex color when importing with UniUnlit [#343](https://github.com/vrm-c/UniVRM/pull/343)
* UniUnlitシェーダかつ頂点カラーが書き込まれている場合、VColBlendModeが変更されるように修正
- [**closed**] Generate json serializer [#298](https://github.com/vrm-c/UniVRM/pull/298)
- [**closed**] add generated serializer, fix tests [#341](https://github.com/vrm-c/UniVRM/pull/341)
* モバイル向けのAOT対策をしたシリアライザを追加
- [**closed**] add VRM Export Option. Reduce BlendShape Size [#304](https://github.com/vrm-c/UniVRM/pull/304)
* Export時に使用していないBlendShapeを除外するオプションを追加
- [**closed**] add Export Editor Settings [#338](https://github.com/vrm-c/UniVRM/pull/338)
* ExportUIにMetaの項目を追加
- [**closed**] handling stackOverflowException [#340](https://github.com/vrm-c/UniVRM/pull/340)
* ExportUIにMetaの項目を追加
- [**closed**] suppress blendshape gabage collection [#330](https://github.com/vrm-c/UniVRM/pull/330)
* EditorでGCが発生していた部分を修正
- [**closed**] fix baseColorFactor color space. [#339](https://github.com/vrm-c/UniVRM/pull/339)
* gltfエクスポート時にbaseColorFactorをlinearで書き込むように変更、import時はgammmaに変換
- [**closed**] Unity2019 asset pipeline v2 support [#335](https://github.com/vrm-c/UniVRM/pull/335)
* Unity2019.3でImportするとAssetPipelineV2でエラーが出ていたため修正
- [**closed**] Feature fix export vrm when change blend shape [#332](https://github.com/vrm-c/UniVRM/pull/332)
* BlendShapeを操作した状態でPose Freezeにチェックを入れてVRMExportした際に、一部のBlendShapeが壊れる不具合を修正
- [**closed**] fix Pose Freeze Export [#331](https://github.com/vrm-c/UniVRM/pull/331)
* Pose Freezeを指定してExportするとFirstPersonBoneが書き込まれていなかった問題の修正
- [**closed**] Fix to normalize and output normals [#314](https://github.com/vrm-c/UniVRM/pull/314)
* 法線を正規化するように修正
- [**closed**] Update AliciaSolid to 0.51 [#317](https://github.com/vrm-c/UniVRM/pull/317)
* サンプルモデルを更新
- [**closed**] Fix the problem where Vector3 Color cannot be recognized [#311](https://github.com/vrm-c/UniVRM/pull/311)
* Vector3Colorが読み込めなかった問題の修正
- [**closed**] fix texture max size when import vrm [#310](https://github.com/vrm-c/UniVRM/pull/310)
* TextureのMaxSizeを2048固定からTextureサイズに応じてMaxSizeを512~8192の間で設定するように修正
- [**closed**] Feature fix vrm export parameter [#346](https://github.com/vrm-c/UniVRM/pull/346)
* ExportSettingsの設定が、入力順番によってUndoで戻ってしまう場合があった問題の修正
## その他修正
- [**closed**] fix Count() to Count [#345](https://github.com/vrm-c/UniVRM/pull/345)
- [**closed**] ReduceBlendshapeSize default false [#342](https://github.com/vrm-c/UniVRM/pull/342)
- [**closed**] Fix typo (Base64Embedded) [#280](https://github.com/vrm-c/UniVRM/pull/280)
- [**closed**] Add a method to reset bones under the influence of SpringBone. [#320](https://github.com/vrm-c/UniVRM/pull/320)
- [**closed**] add left handed Description to collidergroup offset properties [#286](https://github.com/vrm-c/UniVRM/pull/286)
- [**closed**] add material extension shader property description [#287](https://github.com/vrm-c/UniVRM/pull/287)
- [**closed**] fix gltf animation import [#306](https://github.com/vrm-c/UniVRM/pull/306)
- [**closed**] SetDefault when EditorReset with VRMFirstPerson [#305](https://github.com/vrm-c/UniVRM/pull/305)
- [**closed**] Fix typo (private fields) [#272](https://github.com/vrm-c/UniVRM/pull/272)
- [**closed**] Fix typo (TextureType) [#279](https://github.com/vrm-c/UniVRM/pull/279)
- [**closed**] Fix typo (AnimationProperties) [#278](https://github.com/vrm-c/UniVRM/pull/278)
- [**closed**] Fix type (editor) [#281](https://github.com/vrm-c/UniVRM/pull/281)
- [**closed**] Fix typo (ToJsonSchema) [#275](https://github.com/vrm-c/UniVRM/pull/275)
- [**closed**] Fix typo (Scheduler) [#276](https://github.com/vrm-c/UniVRM/pull/276)
- [**closed**] Fix typo (public class members) [#274](https://github.com/vrm-c/UniVRM/pull/274)
- [**closed**] Fix typo (error messages) [#273](https://github.com/vrm-c/UniVRM/pull/273)
- [**closed**] Fix typo (local variables) [#271](https://github.com/vrm-c/UniVRM/pull/271)
- [**closed**] Fix typo (comments) [#270](https://github.com/vrm-c/UniVRM/pull/270)
- [**closed**] Fix typo (tests) [#269](https://github.com/vrm-c/UniVRM/pull/269)
- [**closed**] Fix typo (VRM.Samples) [#268](https://github.com/vrm-c/UniVRM/pull/268)
- [**closed**] Revert Schema changes [#285](https://github.com/vrm-c/UniVRM/pull/285)