I made 2 plugins, but both have Activty. Activity does not move only to one at the same time, I want to change the activity of these on unity. -------------------------------------------------- // my code AndroidJavaClass unityPlayerClass = new AndroidJavaClass( "com.unity3d.player.UnityPlayer" ); AndroidJavaObject activity = unityPlayerClass.GetStatic<AndroidJavaObject>( "currentActivity" );