Esempio n. 1
0
        public static void ToClipboard(string content)
        {
#if UNITY_EDITOR
            GUIUtility.systemCopyBuffer = content;
#elif UNITY_ANDROID
            SDKManagerNew.ToClipboard(content);
#endif
        }