-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hi,
Thank you for your contribution to this project!
I want to use the new version code for Unity Android. But unfortunately, that doesn't work.
I tried to dig out what was happening and found some possible problems.
- The 'GetRenderer()' function at the end of 'UnityHelpers.cpp' returns a null pointer. The reason might be:
a. It looks like The unity plugin function 'UnityPluginLoad' won't execute when the plugin loads, while other functions from the plugin work fine.
b. Unity cannot figure out the API of the Android device so there will not be a renderer created. - Even when I was forced to create a renderer manually, I found that the frames would not blit, I checked the function 'BeginModifyTexture' in 'RenderAPI_OpenGLCoreES.cpp' and found it seems like not completed yet. If that is the case, can you give me some hints to finish that?
Metadata
Metadata
Assignees
Labels
No labels