Search Unity

Question my sample texture 2D appears white, why?

Discussion in 'Shaders' started by castorflowters, Dec 30, 2022.

  1. castorflowters

    castorflowters

    Joined:
    Oct 27, 2021
    Posts:
    2
    Im, i'm quite a noob on unity and i'm trying to do a bubbles shader using unlit shader graph but i have some problems because my 2D bubble textures appears totally white and idk why :c

    (it's for a school project!)

    bubblesSG.PNG bubblesSG2.PNG
     
  2. burningmime

    burningmime

    Joined:
    Jan 25, 2014
    Posts:
    845
    On your final split, you are using the red channel instead of the alpha:

    upload_2022-12-30_10-17-46.png
     
    castorflowters likes this.
  3. castorflowters

    castorflowters

    Joined:
    Oct 27, 2021
    Posts:
    2
    omg IM SO STUPID TY