Noah Milam
Noah Milam

Reputation: 3

Removing fabric from unity altering AndroidManifest

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

Answers (1)

Martin Gonzalez
Martin Gonzalez

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

Related Questions