[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
Opacity of a live2D model in unity
Greetings, the opacity option of the live2D script changes the transparency by parts and not by the whole model, I thought using an animation for the opacity, but when I imported the animation in the unity it uses the same parameter of the script and causes the same effect, is there any way to create this fading effect?
0 ·
Comments
CubismRenderController is to manage rendering whole parts of a model. To manipulate Opacity for each part, do the following on MonoBehaviour.LateUpdate(). I hope this helps you a lot.