void callForContinueScreen() { manager mn = GameObject.FindObjectOfType(typeof(manager)) as manager; mn.ContinueScreenFn(); }