facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
491 stars 257 forks source link

Importing sdk causes too many methods error. #97

Open czater opened 7 years ago

czater commented 7 years ago

I am trying to make all-in-one lib for my work that includes ads sdk, fb sdk, analytics sdk and play game services. Before adding facebook SDK (which was the last sdk) everything works perfectly fine but after...well my simple app hit 87k methods and android apk won't compile. I know that play game service is huge but before adding facebook sdk, I have no problem to compile so methods count was lower than 65k, now is 87k so it means that facebook sdk has at least 22k methods? Or I am missing something important?

xysverma commented 7 years ago

Same issue here. Its seems to be extremely heavy as compared to older version.

czater commented 7 years ago

So what now? Anyone fix this?