I’ve seen this effect in many games used for clouds or small dust cloud on ground or fire. Basically there’s a different static or animated texture for each n angle range from left to right and top to bottom. Depending on the camera view the texture on the billboard fades from one to another and everything fades out when camera gets too close so the billboard polygon won’t clip.
Are these kind of “multview” billboards supported in Unity or will it need to be written from scratch?
Maybe the reason I can’t find info on them is because the indsutry accepted term is not “multiview billboard” but something else.
PS. I am not asking about raymarching or volumetric billboards, those seem harder to implement and I’d assume much heavier on performance, at least for a flight sim and a sky full of “volumetric” clouds.