Replies: 1 comment
-
GameActivity questions will need to go to the Games SDK folks, because we don't know. https://source.android.com/docs/setup/contribute/report-bugs, use the "Games SDK" link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is more or less straightforward process in NDK using JNI to connect all the Kotlin buttons to their callbacks in the C++ code. But it seems not working in GameActivity. I can see that in the 'EndlessTunnel' project they have designed their own library for UI. But we still need Android UI (Jetpack for example). I understand that GameActivity renders to Surface and it has higher Z index - but what is the workaround?
Beta Was this translation helpful? Give feedback.
All reactions