Ok, so I have an image that I want to make not transparent whenever I hold down f. I have a part on the start function where it is set to transparent at the start of the game, now I just need to make the image appear whenever I hold F. Any ideas?
Might want to start with some basic tutorials.
Imphenzia / imphenzia - super-basic Unity tutorial:
https://www.youtube.com/watch?v=pwZpJzpE2lQ
Jason Weimann:
https://www.youtube.com/watch?v=OR0e-1UBEOU
Brackeys super-basic Unity Tutorial series:
https://www.youtube.com/watch?v=IlKaB1etrik
Sebastian Lague Intro to Game Development with Unity and C#:
What image? Do you want to set parts transparent? Do you want to remove the entire image?
There are a couple of options:
- Use a canvas group and set it’s alpha
- Set the image alpha using Image.color
- Disable the entire image
Please read the rules before posting again. “Help” is an unacceptable title. Please provide the things you tried and what didn’t work as expected. In short, provide the information needed to help you.
Closed.