Open samsonahh opened 3 months ago
Add and understand URP Post Processing effects: https://www.youtube.com/watch?v=xxM6AUHqTMA
How to change Post Processing effects during runtime (ex: changing bloom and chromatic aberration levels with code): https://www.youtube.com/watch?v=XhxtmBTPYpc
Requirements:
Suggested Implementation:
MaxValue
andMinValue
then each of the bars should also have aMinPercentForEffect
andMaxPercentForEffect
Override()
function that allows you to go over the constrained 0-1 valuesLerp()
function, kinda like this (google how it works):