Skip to content

Releases: izayoijiichan/VGO

v2.4.4

15 Sep 06:39
Compare
Choose a tag to compare
  • Fixes
    • Fixed a bug where blend shape meshes could not be exported correctly.
  • Changes
    • The minimum version of unity is now 2019.4.
      The package.json settings are for Unity 2021.2.
      If you want to use the version from Unity 2019.4 to 2021.1, please append the following packages or dlls.
      • org.nuget.system.buffers: 4.4.0 (System.Buffers.dll)
      • org.nuget.system.memory: 4.5.0 (System.Memory.dll)
      • org.nuget.system.numerics.vectors: 4.4.0 (System.Numerics.Vectors.dll)
      • org.nuget.system.runtime.compilerservices.unsafe: 4.5.0 (System.Runtime.CompilerServices.Unsafe.dll)

v2.4.3

15 Sep 06:38
Compare
Choose a tag to compare
  • Changes
    • The minimum version of unity is now 2021.2.
      If you want to use the version from Unity 2019.3 to 2021.1, please use the version of UniVGO 2.4.1 or 2.4.2.

v2.4.2

15 Sep 06:38
Compare
Choose a tag to compare
  • Features
    • Unity HDRP (High Definition Render Pipeline) shaders (Lit, Hair, Eye) will be available.
  • Changes
    • The minimum version of unity is now 2019.3.
    • Updated the version of com.izayoi.unishaders to 1.2.0.

v2.4.1

15 Sep 06:37
Compare
Choose a tag to compare
  • Fixes
    • Fixed a bug that could cause an error when importing if sparse was applied to the mesh resource accessor.
    • Fixed a bug that could cause an error when importing a mesh blend shape.
    • Fixed a bug where material normal maps were not imported correctly.
    • Fixed the character code of the file to Shift_JIS to UTF-8.

v2.4.0

15 Sep 06:37
Compare
Choose a tag to compare
  • Features
    • Updated the specification version of VGO to 2.4.
    • Cloth is now available.
    • It is not compatible with 2.3 or earlier due to changes in the configuration of collider and light.
  • Changes
    • Added clothes, colliders and lights properties to layout schema.
    • Added cloth properties to node schema.
    • Changed the type of colliders property from an array of vgo.collider to an array of int in node schema.
    • Changed the type of light property from vgo.light to int in node schema.
    • Added enabled properties to vgo.skybox schema.

v2.3.2

15 Sep 06:36
Compare
Choose a tag to compare
  • Fixes
    • Fixed a bug that an error may occur when importing or loading VgoSpringBone.

v2.3.1

15 Sep 06:36
Compare
Choose a tag to compare
  • Features
    • Updated the specification version of VGO to 2.3.
  • Changes
    • Added name and enabled properties to springBoneGroup in layout schema.
  • Fixes
    • Fixed a bug that even if VgoSpringBoneGroup is disabled and export, it will be import in the enabled state.

v2.3.0

15 Sep 06:36
Compare
Choose a tag to compare
  • Changes
    • Changed the package name from izayoi.univgo2 to com.izayoi.univgo2.

v2.2.1

15 Sep 06:35
Compare
Choose a tag to compare
  • Fixes
    • Fixed a bug where mesh UV1, UV2 and UV3 were not set correctly when importing.

v2.2.0

15 Sep 06:35
Compare
Choose a tag to compare
  • Features
    • Updated the specification version of VGO to 2.2.
    • Animation is now available (Unity legacy animation).