Render Texture - Low FPS

Hi guys! I have problem, when i integrate in my android game render textures (using them as mini cameras) fps drop from ~75 to 32 and i almost can’t move my character. Any way to integrate render textures without affect on game fps? + Canvas seems to slow down my app too, but Unity 5.5.0f3 is kinda strange for android apps. Thanks.

Could you give a bit more information?

  • How are you creating the render textures?

  • What are you doing with the render textures?

  • What are you doing with the canvas?

  • How is Unity 5.5.0f3 strange for Android?

  1. Right click/Create/Render texture
  2. Im doing live video cameras
  3. Main menu
  4. Is optimised for pc, but mobile is abandoned in this version compared to pc.

Any tips about the problem?