Hello
After creating a new cube map, this is not seen in the popup list within the material manager, while trying to map a texture.
It lists all textures which are placed within the Asset folder, but not that new cube map. - WHY??
Roman
Hello
After creating a new cube map, this is not seen in the popup list within the material manager, while trying to map a texture.
It lists all textures which are placed within the Asset folder, but not that new cube map. - WHY??
Roman
Because a cubemap requires a shader that wants to use the cubemap. Most texture slots in most textures are for “regular” 2D textures.
Using a cubemap on a shader that expects a 2D texture does not make much sense - the shader would not know what to do with it anyway (cubemaps are like “directional textures”, not like flat textures).