- Home /
Question by
TheAnigman · Apr 16, 2015 at 09:37 PM ·
skyboxcubemap
does "legacy" cubemap mean it being phased out?
i see cubemap now appears under legacy option under create menu
does this mean six-texture cubemaps being phased out?
(should i be looking to use alternative spherical/cylindrical method?)
Comment
Answer by tanyanzhi · Jun 13, 2015 at 03:47 PM
yes, it is preferred to create cubemaps using the Cubemap texture import type now:
This way cubemap texture data can be compressed; edge fixups and glossy reflection convolution be performed; and HDR cubemaps are supported.
For more details please see the link: http://docs.unity3d.com/Manual/class-Cubemap.html
2015-06-13-234156.png
(15.4 kB)
thank you i have now been updating existing cubemaps to this method