Hello,
Our app is for children, therefore we need to remove Unity Ads.
To do so, I deactivated the service using the services tab.
But every time I restart the editor, the folder com.unity.ads@X.X.X gets recreated which forces me to delete the folder manually before building the app for a given platform.
Here is how to reproduce the problem (version 2019.4.8f1):
- Create a new empty project
- Go the services tab and select your organization
- Activate ‘Ads’ service (this will create com.unity.ads@3.4.7 in Library/PackageCache)
- Restart the project (optional)
- Deactivate ‘Ads’ service (this does not delete com.unity.ads@3.4.7 in Library/PackageCache)
- Delete com.unity.ads@3.4.7 in Library/PackageCache (before or after closing the editor, it doesn’t make any difference)
- Restart the project…com.unity.ads@3.4.7 is recreated in Library/PackageCache
How can I prevent com.unity.ads@X.X.X to be recreated every time I restart the editor?