- Jul 17, 2017
- 2,113
- 1,906
If you didn't, you should take notes in notepad or wordpad to keep track of what you've done.Dedication is one hell of a drug. . .
Trying to remember each one, esp when there is hundreds of them, is a much bigger pain.
For example, if you find that
1 string first = "_CellSize"
0 ColorRGBA second
0 float r = 0.015000
0 float g = 0.015000
0 float b = 0.000000
0 float a = 0.000000
has a desired change, write down the string name and the original values, then keep making tweaks to see what happens.
This has been effective for me in the past. But generally I avoid fucking with the shader strings, because you usually just end up with glitchy or pink textures.