Hey guys I hope you can bring some light on what’s going on here, I’m starting to worry after investigating this problem for a while without any luck.
The problem is as described in the title, I have this modular metahuman with some clothes, some of them are rigged by the same person that created the model, in others I copied the rig from the mh character using those new tools in the editor.
So everything seems fine, those parts follow the animations correctly, but then if I reduce the view distance to medium or low everything goes to hell, the meshes start deforming as when I use an animation in the wrong skeleton, some bones moves other stay fixed, etc.
Does anyone know what could be happening here?
For more detail, each cloth is a skeletal mesh, child of the main mesh which is set to leader pose component, and as stated, everything works fine until I lower the view distance. I can’t even think a single valid reason this would affect the character, especially because the camera is practically on his neck.
If someone with a similar setup can test it and provide feedback I would really appreciate it.
I’m kinda panicking right now, I can deal with most problems as they appear, but when happens something like this which doesn’t make sense at all I wonder what’s the point.
@KEV6172 you probably run a setup, where your root mesh is most likely an invis mesh (mesh with one poly) or something like that. In the meshes down the hierarchy, make sure you enable the option in Visibility Based Anim Tick Option. You can play around with other options in Optimization tab and see if anything helps
Understood, my next thought is the same as Artemb, if the camera location/range is affecting them, it’s possible they should just all be set to Always Tick Pose and Refresh Bones. If that doesn’t work, could we see the issues at play?
Sorry I don’t have a video I hope the images are descriptive enough.
Seems like some bones are following the montage and other don’t?
This doesn’t happen when view distance is set to high or higher
Seems like a problem with bounds. “Always tick pose and refresh bones” usually fixes it.
You wanna look for “Use attached parent bounds” checkbox in the details panel, and possibly mess with the scale. Try different combinations. Check it, uncheck it, change the scale.
Also guys, why anything of this would make sense?
Setting view distance even at its lowest value shouldn’t affect the player character at all since it’s always right next to the camera.
This is extremely weird bug. Happens with only the clothing piece?
What if you disable cloth sim? Maybe there’s some optimization happens for the physical asset? Majority of the problems I experienced always were fixed by the things I’ve suggested.
One more thing you can try is going alternative route with your customization setup and look at either Mutable for generation of one mesh from your pieces, or Skeletal Merging, if you wanna go a bit lower level with it and do all of the logic yourself.
I would definitely report it just in case, but I would also look into other methods for modular clothing to see if it’d change the outcome. My experience with technical art of any type is on the lower end however.