How Do I Make a Cubemap Texture?
Cubemaps используются во встроенных шейдерах отражений (Reflective built-in shaders). Для создания нужно подготовить 6 текстур и создать ресурс Cubemap или построить Cubemap из одной квадратной текстуры. Подробности — Cubemap Texture.
Static and dynamic cubemap reflections can also be rendered from scripts. Code example in Camera.RenderToCubemap page contains a simple wizard script for rendering cubemaps straight from the editor.


