Alright i found the file where the colour is located. and i found the line
"color": {
“start”: {
“kind”: “CONSTANT”,
“values”: [1, 0.8, 0, 1]
},
“over_lifetime_a”: {
“kind”: “CURVE”,
“values”: [
[0, 1],
[0.9, 1],
[1, 0]
]
},
“over_lifetime_g”: {
“kind”: “CURVE”,
“values”: [
[0, 0.7],
[0.4, 0.7],
[0.7, 0.1],
[1, 0]
]
}
}
and well i have no clue what colour it currently is and what i have to do to change it.
can one of the experianced coders give me some help ^¢^
thanks in advance!