- Home /
Question by
locus84 · Aug 29, 2013 at 06:13 AM ·
rendertexturecubemappost effectsrendertotexture
RenderToCubemap with Image effect?
Hello again!
Is there any way to make a camera enable RenderToCubemap function with Image effect?
These are I've tried.
I made a cubemap rendertexture without image effect and cast it to a texture2d. but i couldnt make texture2d blur and copy back to cubemap rendertexture.
I imported standard image effects to bring in the BlurEffect script. So make my own script with copy of function OnRanderImage. the function itself have Graphics.Blit call, I have expected it would have work. Bot didnt. - It looks like unity cant RenderToCubemap while Graphics.Blit.
Is there any suggestion?
Comment