googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.33k stars 1.09k forks source link

Saving Prefab to immutable folder is not allowed. #3350

Open ajeets1978 opened 2 weeks ago

ajeets1978 commented 2 weeks ago

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

What happened? How can we make the problem occur? Its happening in editor in each project I am importing the latest Google Admob Unity SDK.

Saving Prefab to immutable folder is not allowed: Packages/com.google.ads.mobile/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials/768x1024.prefab UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Saving Prefab to immutable folder is not allowed: Packages/com.google.ads.mobile/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/BANNER.prefab UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

1. Create a project
2. Import Google Mobile Ads SDK Unity
3. Try running in Editor, you will see those errors.

It's not impacting the build but I think we should not see those errors in Editor.