Is there way to change material in timeline?

Hey

If i have Red emissive color and i want to change it to black. Every e.g 1 minute it will change color. Is there way to do that and how? Maybe using timeline?

Thanks for answers

Create a vector3 for the emissive color in the material, and then convert it to a parameter, give it any name you like.

Create dynamic material instance for your mesh, set your emissive material in it, and then get the Set Vector Parameter node and type the name of your color parameter. What i did in the screenshot changes the color from red to black in 60 seconds when i hit right mouse button.

Thanks buddy

1 more thing, but what if i want to use material on that lerp, not just a color. Like material on A and different on B

Not possible, i’m afraid.