- Home /
Transparent gameobject with textures
Hey guys,
I am really tired of searching about this problem so I will ask here. I am making a new building system. When someone wants to build he clicks the button with certain tower and tower is set to cursor. I want to make that tower colored by red color if he cant build where is he pointing to and if he can build I want to make the tower transparent. Something like this https://www.assetstore.unity3d.com/en/#!/content/7793
Does anybody know some tips or tricks how to do it please?
Best regards, MonK.
Why not purchase the asset you linked? There's a reason it costs ten dollars things like that take time to properly create.
ya, well 10 dollars are quite enough, I am pretty sure I can figure out something else. 10 dollars for such a thing? no
Answer by Graham-Dunnett · Jul 28, 2014 at 09:30 PM
See:
http://docs.unity3d.com/ScriptReference/Material-color.html
The example on this page animates the colour of the object between green and red.
This doesnt work :( I want to change color of gameobject with textures on it. Or at least a tint or something. I am wondering if there is some way to do this
Your answer
Follow this Question
Related Questions
Make a gameobject with textures semitransparent 3 Answers
How can i shader transparent Objects together? 0 Answers
Different transparency on same texture? 1 Answer
Fade 2 out of 3 gameobjects on the screen who have the same material 2 Answers
Weird transparency (Alpha from Grayscale) in Texture imported directly from Internet 1 Answer