I’m making a 2d game and I don’t have any assets yet so I’m just using squares and materials so I can tell things apart. Everything was working out ok until I put a material on the player sprite. I simply made a new material, changed its color, and put it on the square I’m using for the player, and the player just turned invisible. I didn’t change anything with the alpha channel while making the material, and I tried deleting the material and making a new one but nothing worked. I also tried messing with the lighting in my scene, but being fairly new to Unity, I couldn’t figure it out. Does anyone know how to fix this? Thanks
Edit: I also just reset the material so it should just be a plain white but it still isn’t visible