Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[INFORMATION](4/11/2024)
Cubism Editor 5.1 alpha2 is now available!

We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha2.

Download/ Manual and Update History
Options

Missing parts using UnlitMasked material

edited December 2023 in Help
I am experiencing a strange issue on some of my models where the a body part that is masked will not show up at runtime. In particular, the pupils for a character, which are masked by the white parts of the eye, will not show up at runtime. See the image below:



However, the pupils will show up in the editor when the game is not running:



As you can see, the right pupil (named ArtMesh2) is using the UnlitMasked material:



The left pupil (named ArtMesh7) is also experiencing the same issue.

I believe this may be an issue relating to the fact that the pupils are separate ArtMesh objects that are actually copies of one another (I just duplicated one pupil to create the second one.) My reason for thinking this may be the case is an old bug that was reported here: https://community.live2d.com/discussion/450/some-body-parts-missing-in-unity-5-5

In that link, the original poster stated that they experienced the issue because they were using duplicate ArtMesh objects, and were able to resolve their issue by editing Live2D.shader and replace Cull [_cull] with Cull Off


This issue was resolved several years ago, and now there is no such Live2D.shader. Instead, I found Project/Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Shaders, which contains Mask.shader and Unlit.shader. However, both of those shader files already have the code Cull Off.

I should also mention that I have experienced this problem with a few of my models, but I am only able to consistently reproduce the issue with the model I have shown in the screenshot--the pupils on that model always fail to display.

The SDK version I am using is CubismSdkForUnity-4-beta.2
I am using Unity 2019.2.17f1 on macOS Mojave.
All of my models were created in Live2D Cubism Editor 4.0.
Tagged:

Comments

Sign In or Register to comment.