Hi Guys,
I’m trying to get a render texture to work on my Android device. It throws up a black screen. I’ve tried ticking and unticking:
- Multithreaded Rendering
- Auto Graphics API (Set to OpenGLES2, OpenGLES2, and both)
- Use 32-bit display buffer
No matter what I do it just doesn’t seem to work. In the editor it works absolutely okay, just not on device. I’ve tried with multiple devices. On older devices it goes as far as saying ‘Unfortunately **** has stopped running’, and closes the app when I load the scene with a render texture.
Does anyone know the current fix of this issue in Unity 5.2.1f1. I’ve looked at the two update fixes for this version of Unity. None of them really mention render textures. Render texture is paramount for this app I’m making for my client. Any help greatly appreciated! Thanks!