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