unityView = (UnityView) findViewById(R.id.UnityView);
Is it possible to reference the view that contains Unity, from Android .java file?
unityView = (UnityView) findViewById(R.id.UnityView);
Is it possible to reference the view that contains Unity, from Android .java file?
I believe it’s possible… Have you tried mUnityPlayer.getView() ?