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].
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"
]
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.