MemeMan
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...
#### 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+  # What changed? Specificaly, this. ```cs public override void AddRenderPasses(ScriptableRenderer renderer, ref RenderingData renderingData) { fogPass.Setup(renderer.cameraColorTarget); //