- Home /
Question by
Matiasbru · Feb 03, 2021 at 04:14 PM ·
reflectioncustomcubemapspecular
Custom specular reflection cubemap Unity script throwing errors.
Hi, I'm trying to update the custom cubemap using this script from the Unity documentation.
I'm getting the error:
Graphics.CopyTexture can only copy between same texture format groups (d3d11 base formats: src=26 dst=9)
Any clue about how to solve this?
Comment