I use skyboxblend in a game (__http://www.unifycommunity.com/wiki/index.php?title=SkyboxBlended__ ) but it does not work in Unity 3. I can see only the skybox but any of my models. Do you have any idea about how to solve this?
I have an example project here:
__http://www.machin.com.mx/TestSkyBox.zip__
BIG-BUG
September 21, 2010, 9:27pm
2
Looks like skyboxes are rendered after the other stuff…
Just change the following parameters:
ZTest Less
ZWrite Off
Worked for me.
If you’ve got it working in 3.0, could you post the fixed version on the wiki? There’s probably a lot of shaders/scripts on the wiki that are broken with 3.0 so hopefully everyone contributes and posts new versions.
This thread is really old and that link is broken. In case anyone finds this thread through searching (eg. what I just did) that link is now http://wiki.unity3d.com/index.php?title=SkyboxBlended
3 Likes