- Home /
WebcamTexture Android, Native Shader Access
Hi,
I am using Unity 5.1.1f1 on Windows 8 64bit.
I am writing a native plugin that is accessing the WebcamTexture using a native Plugin. On Windows everthing works fine using "-force-opengl".
On Android neither direct access through OES_EGL_image_external nor copying the texture to a RenderTexture (thus a normal Texture2D target) works. Both textures seem black. The WebcamTexture works, the context is displayed on a RawImage.
There are no OpenGL errors. I disabled Multithreading (no difference), forced OpenGL ES 2.0 (no difference).
Any ideas where to start?
Your answer
Follow this Question
Related Questions
Pass camera stream from unity and android plugin 1 Answer
How do you determine the Android Architecture during runtime? 1 Answer
arm64 libraries throw warning "Cannot auto detect architecture for Android plugin" 1 Answer
Unity 2019.3.5f1 Android Build (IL2CPP) crash Log 0 Answers
Unity Android Native Library Entry Point Not Found but ONLY on recently added functions 0 Answers