I am coding right now as we speak, and I am reading someone else’s code. Now I added that code to my code and I am getting this message: “Unkown indentifier: ‘colorlerp’”
What is colorlerp for I have never heard of that before and what does it do. ANd what might be the problem?
Maybe someone was using SpeedLerp, which has a ColorLerp function. If you don’t have the SpeedLerp script (or some other script that has a ColorLerp function), then obviously that wouldn’t be available.
–Eric
The Color class also has a Lerp function that would be written as Color.Lerp. I guess that could be what was intended in the script.