Reputation: 3
When taking out fabric from a unity build I could not find any resources on the website, there were only iOS and Android. I took out all file out. What do I need to do to the android manifest to make sure it is out of there too?
Upvotes: 0
Views: 669
Reputation: 165
Just remove fabric files from
Assets/Fabric
Assets/Plugin/Android
Assets/Plugin/IOS
Android manifest are merged with the plugins, so if you removed them the manifest will not have any fabric resources
Upvotes: 5