From bae6f214618f13f6fb2a10d009f94ca098193844 Mon Sep 17 00:00:00 2001 From: Mobile Ads Developer Relations Date: Tue, 3 Jun 2025 23:55:33 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 767002963 --- samples/HelloWorld/UMBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 samples/HelloWorld/UMBUILD diff --git a/samples/HelloWorld/UMBUILD b/samples/HelloWorld/UMBUILD new file mode 100644 index 000000000..9ce715844 --- /dev/null +++ b/samples/HelloWorld/UMBUILD @@ -0,0 +1,25 @@ +# http://go/unity-devtool-umb#umbuild +BuildTargetDescriptors = [ + { + 'id': 'helloworld', + 'name': 'Sample project for building GMA SDK Unity on Kokoro', + 'tags': ['unity_kokoro', 'gmasdk'], + 'target_type': 'app', + 'platforms': ['android'], + 'unity_ver': '2020.3', + 'unity_params': { + 'AndroidTargetSdk': 34, + 'AppFileName': 'helloworld', + 'BundleId': 'com.google.unitykokoro.gmasdk.helloworld', + 'Scenes': [ + 'Assets/Scenes/GoogleAppOpenAdScene.unity', + 'Assets/Scenes/GoogleBannerViewScene.unity', + 'Assets/Scenes/GoogleInterstitialAdScene.unity', + 'Assets/Scenes/GoogleMobileAdsScene.unity', + 'Assets/Scenes/GoogleNativeOverlayAdScene.unity', + 'Assets/Scenes/GoogleRewardedAdScene.unity', + 'Assets/Scenes/GoogleRewardedInterstitialAdScene.unity', + ], + }, + }, +]