#Multiple faces & Face Generator - overlapping crop issue (Lens Studio 5)

4 messages · Page 1 of 1 (latest)

vast idol
#

I created an asset using Face Generator and applied it to 2 faces (I had to explicitly duplicate the Face Crop Texture to apply it to multiple faces). It mostly works great, but when the faces are close to each other, one face is squared off in part - looks like something related to the Crop Area of ML effect. It looks like this: imgur.com/a/UqjfC9y

Is there a way to fix this issue?

#

Multiple faces & Face Generator - overlapping crop issue (Lens Studio 5)

vast idol
#

I had similar issue with Faceless ML, but over there, setting different Render Orders solved the problem.

#

I noticed in the Faceless ML we have:

imageComp.renderOrder = renderOrder;
...
mlComp.renderOrder = renderOrder;

While in Face Generator there is:

imageComp.renderOrder = renderOrder;
...
mlComp.renderOrder = getCameraRenderOrder(so) - 1;

Maybe this is a bug? Unfortunately, I cannot edit the Face Generator script due to "This script is inside a packed package and cannot be edited"... What now?