Error: RenderTexture.Create failed

Hi,

I have a problem with an error that is thrown on my Android device:

(Filename: /Applications/buildAgent/work/842f9557127e852/Runtime/Graphics/RenderTexture.cpp Line: 223)
RenderTexture.Create failed

This error is thrown continously in the DDMS, which I’m using for debugging purposes. I don’t understand why. The RenderTexture is created only once on Start. Even reducing the size of the RenderTexture does not help.

Any ideas what else could be wrong?

Despite this error the image seems to be rendered correctly.

Thanks!

KJ

By creating the RenderTexture with a square format (512x512) the bug disappeared. But I can’t see any visual artifacts, which is somehow strange. Previously the RenderTexture has been created with 640x480.