thanks, but i keep getting this error from the sprite renderer saying "Material does not have a _MainTex or _BaseMap texture property" any clue on how to fix that?
Please make sure to name the Texture 2D variable as MainTex. If you click on the variable, you could also see the Reference, it should be _MainTex. Otherwise it won't work. Check the video at 3:18 and compare what you've written.
@@thetutorialspot1 ohh, thanks man I completely overlooked that part and thought the name wouldnt matter, so i just named them to what i thought would fit
very very good tutorial clear and straight gg
Thank You!
Hi bro
In my unity vr project, I add a volume glow(post processing) , this glow affects the environment, if there any solution for that
Try to increase the threshold value around 2 and increase the intensity a bit. Play around the values and see.
thanks, but i keep getting this error from the sprite renderer saying "Material does not have a _MainTex or _BaseMap texture property"
any clue on how to fix that?
Please make sure to name the Texture 2D variable as MainTex. If you click on the variable, you could also see the Reference, it should be _MainTex. Otherwise it won't work. Check the video at 3:18 and compare what you've written.
@@thetutorialspot1 ohh, thanks man
I completely overlooked that part and thought the name wouldnt matter, so i just named them to what i thought would fit
@GeodeGT Happy that it worked now!