I followed instruction at FlaxEngine/DLSS but when I try to access DLSS from C# script:
var dlss = PluginManager.GetPlugin<DLSS>();
The code editor show that DLSS namespace not found.
I followed instruction at FlaxEngine/DLSS but when I try to access DLSS from C# script:
var dlss = PluginManager.GetPlugin<DLSS>();
The code editor show that DLSS namespace not found.
Ensure to put that DLSS.ConditionalImport(options, options.PrivateDependencies); in a build script of the code mode to access API (see docs down below).