Cubism 5 SDK for Unity R1
wada-at-live2d-com
released this
26 Mar 02:37
·
7 commits
to master
since this release
Added
- Add
CubimMath
class in namespaceLive2D.Cubism.Framework.Utils
. - Add function
ModF()
to compute floating-point remainder inCubismMath
class.
Changed
- Change the message to output the latest Moc version supported by the CubismCore when the
.moc3
file fails to load correctly. - Change the version of the development project to
2021.3.36f1
.
Deprecated
- The
ToIndex()
andReturnTiles()
functions of theCubismMaskTilePool
class are not used.
Fixed
- Fix fade calculation bug in MotionFade.
- Fix a bug in which masks were not generated correctly when using multiple render textures and displaying two or more models.
- Fix an issue where normal processing could not be performed when
CubismMaskTilePool.Subdivisions
is less than1
.
Removed
- Remove
CubismWebGLPluginProcessor.cs
. - This change is due to the removal of Cubism Core built with
Emscripten 1.38.48
. - See
CHANGELOG.md
in Core.