Releases: izayoijiichan/VGO
Releases · izayoijiichan/VGO
v2.4.4
- Fixes
- Fixed a bug where blend shape meshes could not be exported correctly.
- Changes
- The minimum version of unity is now
2019.4
.
Thepackage.json
settings are for Unity2021.2
.
If you want to use the version from Unity2019.4
to2021.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)
- The minimum version of unity is now
v2.4.3
- Changes
- The minimum version of unity is now
2021.2
.
If you want to use the version from Unity2019.3
to2021.1
, please use the version of UniVGO2.4.1
or2.4.2
.
- The minimum version of unity is now
v2.4.2
- 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
to1.2.0
.
- The minimum version of unity is now
v2.4.1
- 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
toUTF-8
.
v2.4.0
- 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.
- Updated the specification version of VGO to
- Changes
- Added
clothes
,colliders
andlights
properties tolayout
schema. - Added
cloth
properties tonode
schema. - Changed the type of
colliders
property from an array ofvgo.collider
to an array ofint
innode
schema. - Changed the type of
light
property fromvgo.light
toint
innode
schema. - Added
enabled
properties tovgo.skybox
schema.
- Added
v2.3.2
- Fixes
- Fixed a bug that an error may occur when importing or loading VgoSpringBone.
v2.3.1
- Features
- Updated the specification version of VGO to
2.3
.
- Updated the specification version of VGO to
- Changes
- Added
name
andenabled
properties tospringBoneGroup
in layout schema.
- Added
- Fixes
- Fixed a bug that even if
VgoSpringBoneGroup
is disabled and export, it will be import in the enabled state.
- Fixed a bug that even if
v2.3.0
- Changes
- Changed the package name from
izayoi.univgo2
tocom.izayoi.univgo2
.
- Changed the package name from
v2.2.1
- Fixes
- Fixed a bug where mesh UV1, UV2 and UV3 were not set correctly when importing.
v2.2.0
- Features
- Updated the specification version of VGO to
2.2
. - Animation is now available (Unity legacy animation).
- Updated the specification version of VGO to