Q.
I want to express a character putting ice cream in his mouth.
I want to express this by not applying a clipping mesh before eating the ice cream, and applying a clipping mesh when putting it in his mouth.
I think I can express this by changing the parent of the clipping mesh in real time. Is this function supported?
A.
(The function was added after the answer.)
You cannot change the parent of the clipping mesh, but you can adjust the clipping degree, etc. with a custom shader, or express it by creating a mask-only mesh.
If you use the “Mask” function that can be implemented universally, you will be able to express it as intended.
https://rainyrizzle.github.io/en/AdvancedManual/AD_Mask.html