I got an error in an Android application. Failed to get context: EGL_BAD_NATIVE_WINDOW: The NativeWindowType argument does not reference a valid native window

I create unit3d and run it inside my own Android application. When I open my own Android dialog box, you get an error: Unable to get context: EGL_BAD_NATIVE_WINDOW: The NativeWindowType argument does not refer to the current native window.

+4
source share

Source: https://habr.com/ru/post/1624937/


All Articles