Unity-Technologies / SkyboxPanoramicShader

Skybox shader for support of 360/180/cubemap video and static content
282 stars 67 forks source link

SetTexture() is not working #11

Open BiswajitRout opened 5 years ago

BiswajitRout commented 5 years ago

Hi, I am trying to update the texture with the script using the bellow line - RenderSettings.skybox.SetTexture("_Tex", texture);

It didn't give any error but the texture is not loading. Am I doing something wrong? Thanks in advance :)