Also check the Scripting (C#) section for more details about how to control Beautify (URP) using scripting.BeautifySettings.settings.brightness.Override(0.5f);
Similarly, to disable the LUT effect, you can just deactivate the override state or override the lut value to false: Also check the Scripting (C#) section for more details about how to control Beautify (URP) using scripting. • Go to “Edit – Project Settings” • Choose the “Graphics” tab and double-click the scriptable render pipeline data file. • Now double-click again the Default “Renderer Data File” and finally add the Beautify Renderer Feature. Additionally, you need to check the “Render Pipeline Asset” under Project Settings – Quality. This is the Render Pipeline that will be used at Runtime if a default Render Pipeline Asset won’t be specified under Project Settings – Graphics, as mentioned in the previous steps. That’s it, your problem should be solved if you followed the steps correctly.
BeautifySettings.settings.lut.Override(true);
BeautifySettings.settings.lutIntensity.Override(1f);
BeautifySettings.settings.lutTexture.Override(lutTexture);
BeautifySettings.settings.lut.Override(false);