using UnityEngine; public class AppSwitcher : MonoBehaviour { public void OpenAppSwitcher() { Debug.Log("I'm mr. frog, hello!"); } }