Search Unity

Question How do I change the alpha of a textured object?

Discussion in 'General Graphics' started by andrewcorvec, Aug 31, 2020.

  1. andrewcorvec

    andrewcorvec

    Joined:
    Jun 24, 2020
    Posts:
    6
    I want to programmatically change the alpha of an object.

    Some people have suggested to change the Color variable and its "a" variable, but I have a textured object, and that hides the texture. Any ideas?