-
Notifications
You must be signed in to change notification settings - Fork 435
ReleaseNote v0.50(en)
PoChang007 edited this page Feb 14, 2019
·
1 revision
- 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
- A new property
specVersion
has been added to VRM. It can show which version of VRM schema is used by the VRM file.
- A new property
- [closed] Support Assembly Definition Files #154
- The Assembly Definition File is now available in the release page. Its file name is structured as
XXX.asmdef-XXX.unitypackage
.
- The Assembly Definition File is now available in the release page. Its file name is structured as
- [closed] Fix to restore Smoothness value when setting Metallic map #185
- Fixed a bug that the Smoothness value was forcibly set to 1.0.
- [closed] Calculate inverseBindMatrices(Mesh.bindposes) in SkinnedMeshRenderer.… #173
- For a VRM model to be imported, if it does not have
inverseBindMatrices
inskins
, the system will provide default matrices to make the model work normally.
- For a VRM model to be imported, if it does not have
- [closed] Set 'ExplicitIgnorableItemLength = 0' to glTF elements to export mode… #158
- Fixed an error when exporting a non-textured model.
- [closed] Add README.url #180 (by @nkjzm)
- [closed] Divide unity packages for asmdef files #178
- [closed] Now some fields in meta are required #160
- Fields such as allowedUserName, violentUssageName, etc. in
meta
are required. Empty or invalid values are not allowed.
- Fields such as allowedUserName, violentUssageName, etc. in
- [closed] Skip AssetPostProcessor when file in StreamingAssets folder. #166 #171
- [closed] Fix adf error #177
- [closed] fix KeyValue #176
- [closed] Reduce Expression.Compile #164
- [closed] Removed Expression.Compile #165
- [closed] Remove unused meta files for specs #163
- [closed] Remove an unused file #159
- [closed] Prepare a version for next release v0.50 #155
- [closed] Fix/suppress warnings #151
- [closed] Fix unity 5 symbol #150