I'm developing a game with Unity, everything worked fine until I tested the game on my iPhone XS which runs iOS 15.1 (through Xcode 13.1).
In particular I noticed a weird behavior with a plug-in I use (UIEffects); it looks like some transparency effects doesn't work anymore (maybe due to the Shaders which uses).
Furthermore, the camera background color is not rendered anymore.
Instead of showing the background color, I get a white annoying color on the background.
I'm struggling to understand how to fix those problems but as long as I google it, I can't find any tips on what's going on. Any help would be appreciated.