How would I make my player almost invisible, like 20% visible or??? How would I do this?
Use a shader in your materials for the character that has transparency.
Either set your texture image’s alphas to 255 * .2 in a 2D paint package OR set the color of the shader’s material to white with an alpha of 20%
You may also try downloading the free shader available on the Asset Store.