- Home /
Question by
SAP · Aug 10, 2014 at 11:01 AM ·
rendertexturerender texture
What Can we do if device doesnot support render Textures
Hi all how can we do reflections or making spy cameras for a game if the targeting device doesn't support render textures ?
Can I use the something like function below Instead :
Texture2D.ReadPixels(cameraViewingRect,0,0,false);
Does this operation expensive for android mobiles ?
Comment
I believe you can and yes, it is.
For small things you can use Eric's Texture Swap Animator, on the wiki