Reproduced 3/3 times. Regression testing in progress. Issue was reproduced on both Windows and MacOS launching onto iOS. Issue does not reproduce when packaging and installing an .ipa app. ...
Community-attempted workaround received in [Link Removed] Correct fix submitted to 5.6 FNMain in [Link Removed] which needs integrating into 5.5.3. ...
Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...
Looks like the resize that does the safe zone update is done before the orientation is updated. I suggested swapping the order to licensee in the UDN ticket and it worked for him. This should be t ...
user reports I investigated the problem throught the frame capture tools and found that on a real device (iPhone 15 Pro in my case), the depth texture for the SunMask pass is not set (a dummy black ...
User report: I want to run iOS shaders with half precision floats as I do on Android. If I disable Force 32 bits Floating Point Precision, there are unfortunately a bunch of shader compilation error ...
A Nanite primitive casting a CSM shadow on another Nanite primitive with "Cast Shadows" disabled, will have it's shadow disappear completely when r.Shadow.CSMCaching = 1. ...