需要导入Targets .NET 3.5的System.Windows.Forms
using UnityEngine;
using System.Windows.Forms;
using System.Drawing;
using System.Runtime.InteropServices;public class SystemTrayIcon : MonoBehaviour
{private NotifyIcon notifyIcon;private ContextMenuStrip co…