Skybox Plus · Troubleshooting & FAQ
Skybox Plus shaders are designed for high performance. The actual cost depends on which features you enable in the material.
| Feature | Texture fetches | Notes |
|---|---|---|
| Procedural Haze | 3 | Three samples from the noise texture. Very fast. |
| Each cubemap layer | 1 | One fetch per enabled layer from a 4K cubemap. |
| Moon texture | 1 | One fetch from a 256x256 texture. |
In the worst case (Landscape shader, all 7 layers + haze + moon), the shader performs 11 texture fetches from large textures. This can be expensive on mobile devices.
Help us improve this documentation page.