Engine Crashes on Startup

I added DLSS 4 to my game which came with NIS. When running the project through XCode I would get this error: [File:Runtime/Apple/MetalRHI/Private/Shaders/Types/Templates/MetalBaseShader.h] [Line: 449].

The way to fix this is to open the NIS.uplugin file and add this to everything

        "PlatformAllowList": [
            "Win64",
            "Linux"
        ]

1 Like