Hi, I’m learning to script, just getting used to few things around here and there.
If I wanted to use gameObject.renderer.material.color often, can’t I just set the whole thing equal to “Color” somehow?
So I tried Color = gameObject.renderer.material.color
I forgot how to make those Shortcuts. Can somebody help me?
+* I just want to be able to use the whole sentence without having to type it out every single time. Do you get me?
I remember watching a tutorial video about it. Someone used a shortened version of narrowing things down, so for example, “Cube Color” instead of renderer.material.color.
He said that would be less messy & faster for Unity to read…