Hello
I’m currently using this methos to change an object’s color:
renderer.sharedMaterial.color = Color.red;
and I can see in the profiler that every time I do this, then the CPU get’s used and I wonder if it’s better to assign the object a new material rather than changing the materials color.
Thanks for reading
-Frank