cask "unity-windows-support-for-editor" do version "2023.2.20f1,0e25a174756c" sha256 "ddb913827886eb914ae07afaf8b802c70d669c1864bc6ddfbb02e65629864372" url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-#{version.csv.first}.pkg", verified: "download.unity3d.com/download_unity/" name "Unity Windows (Mono) Build Support" desc "Windows (Mono) target support for Unity" homepage "https://unity.com/products" livecheck do cask "unity" end depends_on cask: "unity" pkg "UnitySetup-Windows-Mono-Support-for-Editor-#{version.csv.first}.pkg" uninstall pkgutil: "com.unity3d.WindowsStandaloneSupport" end