You shouldn't try to do this because the GL_TEXTURE_EXTERNAL_OES spec is much more restictive than the GL_TEXTURE_2D spec. Blit the external texture to a regular GL_TEXTURE_2D target (using and off-screen FBO) then pass that texture to Unity.
↧