MemeMan

Results 3 issues of MemeMan

### Description of Change Clean up (using switch in place of if chain) for better readability and used more up to date .NET syntax as well as removing the usage...

area/animation 🎬
community ✨

#### Is your feature request related to a problem? Please describe. No. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] N/A ####...

Updated the render features to support Unity 2022.1+ ![Screenshot_1](https://github.com/Kodrin/URP-PSX/assets/52583316/7c243d9e-daec-47bc-abae-d4d319acc2e6) # What changed? Specificaly, this. ```cs public override void AddRenderPasses(ScriptableRenderer renderer, ref RenderingData renderingData) { fogPass.Setup(renderer.cameraColorTarget); //