cask "unity-android-support-for-editor" do version "2023.2.20f1,0e25a174756c" sha256 "834a09fb035ebf9210b5fbbe9d9784d37b4faa52c63d0c049d8fff43aabf52a9" url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.csv.first}.pkg", verified: "download.unity3d.com/download_unity/" name "Unity Android Build Support" desc "Android target support for Unity" homepage "https://unity.com/products" livecheck do cask "unity" end no_autobump! because: :requires_manual_review depends_on cask: "unity" pkg "UnitySetup-Android-Support-for-Editor-#{version.csv.first}.pkg" uninstall pkgutil: "com.unity3d.AndroidPlayer" end