would someone please tell me what the URP Volume equivalent of this is (from PP stack v2)?
PostProcessVolume ppVolume;
ppVolume.profile.GetSetting().gain.value.w = _newValue;
I did get as far as getting the LiftGammaGain from the profile:
volume.profile.TryGet(out LiftGammaGain _lgg); but the SetValue function requires a VolumeParameter I am unfamiliar with and the documentation is confusing)
I'd like to adjust the values of gain, gamma etc on runtime to a specific float value. Thank you
↧