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