1 cask "unity-webgl-support-for-editor" do
2 version "2023.2.20f1,0e25a174756c"
3 sha256 "be1add358e0d500456314c7dcc863d757132a5fcfc9a878d7abe8b8c0f1125d4"
5 url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.csv.first}.pkg",
6 verified: "download.unity3d.com/download_unity/"
7 name "Unity WebGL Build Support"
8 desc "WebGL target support for Unity"
9 homepage "https://unity.com/products"
15 depends_on cask: "unity"
17 pkg "UnitySetup-WebGL-Support-for-Editor-#{version.csv.first}.pkg"
19 uninstall pkgutil: "com.unity3d.WebGLSupport"