Trying To Set A Texture From Java Plugin In Unity 4.6
What i'm trying to do: Pull an image from sd-card on phone using Java Plugin. Unity passes a texture ID to plugin. Plugin uses opengl to assign the image to the texture in Unity t
Solution 1:
This is most likely a problem with the OpenGL Context. The easiest way would be to send the texture as raw bytes to Unity and then upload as texture inside Unity.
Post a Comment for "Trying To Set A Texture From Java Plugin In Unity 4.6"