Hello i want to recreate this cool color shifting effect :
You could probably mimic this with colorcorrection but not in the way the video shows it. Atleast to my knowledge.
yes, try what this person said. im not sure about the effect but u can do the color shifting
I knew about this but the problem is that i want to change the color of ceratin part of the map like in the trailer above whereas ColorCorrectionEffect
just makes everything colorless
go to scripting support. im not very sure.
We can use color correction to make the world monotone, but adding color selectively requires another solution currently.
You’d probably need to program objects that are going to exist as one color, and have them individually recolor with some code.
It’s possible but hard.
The only thing I can say is trying to make separate COLORED images, and use them as screen overlay. But this will be unstable and hard to implement correctly.