- Home /
How can I load post processing profile throught a script ?
Hello,
I 'm actually working on a Unity 2D game and I'm wondering how we can load a post processing profile with a c# script. In fact, with this script I want to manage brightness whith a slider in my option menu. I've already add the post processing profile behaviour to my main camera but I can't add another post processing behaviour to this camera. So, what I want to do is to load one post processing profile when the value of the slider change. The algorithm is simple, we pass a slider in the parameters of my method and when the slider value is between 0 and 5, we load the first post processing profile, when it's between to 5 and 10 we load this second post processing profile etc ...
Could you, please, give me some informations.
Regards.
t-yacine
Your answer
Follow this Question
Related Questions
Slider problems + how do I make a brightness slider 2 Answers
[HELP] Brightness/Contrast Slider In Unity 5? 0 Answers
Creating a circular slider 0 Answers
Adjust Brightness Screen 3 Answers