|
Hello guys. I want to make something like a "stealth mode activation", where the player pushes a button and the character change colour, in a linear way, like: for(i=0; i< ffffff; i++){ SetCharacterColor = i; } and after that, it goes transparent. The problem is: i dont know the names of variables and methods of the object. The logic i know (of at least think i know). Thanks
(comments are locked)
|
|
well, to make a colour compleately incvisible u should just change the alpha property of a texture, just look at The idea is to change the value of the alpha color of the character's material to smoothly fade to trasparent. Have u understood? :D
(comments are locked)
|
