Ejemplo n.º 1
0
        //Call the default storage access framework (like explorer).
        public void Show(string text)
        {
#if UNITY_EDITOR
            Debug.Log("StorageSaveTextController.Show called");
#elif UNITY_ANDROID
            AndroidPlugin.OpenStorageAndSaveText(fileName, text, ENCODING, MimeTypes, gameObject.name, "ReceiveResult", "ReceiveError");
#endif
        }