Skeletal Mesh Flickering

Video would help but as a rule of thumb if an object flickers it’s usually an indication you have some type of Z-buffer fighting going one.

Usually this occurs when you have two objects sharing the same space and the faces of the object fighting over who gets rendered first and sometimes can result in an object not being rendered at all.

Since it is a player model one could assume that you don’t have a LOD set up properly.

1 Like