Skip to content

ReleaseNote v0.50(en)

PoChang007 edited this page Feb 14, 2019 · 1 revision

What's New

  • [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.
  • [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.

Resolved Issues

  • [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 in skins, the system will provide default matrices to make the model work normally.
  • [closed] Set 'ExplicitIgnorableItemLength = 0' to glTF elements to export mode… #158
    • Fixed an error when exporting a non-textured model.

Improvements

  • [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.
  • [closed] Skip AssetPostProcessor when file in StreamingAssets folder. #166 #171

Others

  • [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
Clone this wiki locally