yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/Utility/UIHelper.cs
@@ -1533,7 +1533,12 @@
    //获取剪切板内容
    public static string GetClipboardText()
    {
#if UNITY_WEBGL && !UNITY_EDITOR
        // WebGL下浏览器安全限制,无法同步读取剪贴板
        return string.Empty;
#else
        return GUIUtility.systemCopyBuffer;
#endif
    }
    /// <summary>