You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
As you aware Unity has limitations of 65k methods in the app. According to my calculations, your plugin with all dependencies consumes 9926 methods out of 65k limit.
If we will take into consideration amount of functionality - which is very little (just name, id, email and post tweet) - 10k is a lot
Comparing to the Facebook plugin with it functionality overall consumes just 6.1k I would like to ask you to clean up your libraries for unity plugin and make it smaller.
After adding your kit to our project, I had 950+ file changes pending for commit into git.
That is extream overkill especially for such little functionality from plugin
The text was updated successfully, but these errors were encountered:
Improvement Request
As you aware Unity has limitations of 65k methods in the app. According to my calculations, your plugin with all dependencies consumes 9926 methods out of 65k limit.
If we will take into consideration amount of functionality - which is very little (just name, id, email and post tweet) - 10k is a lot
Comparing to the Facebook plugin with it functionality overall consumes just 6.1k I would like to ask you to clean up your libraries for unity plugin and make it smaller.
After adding your kit to our project, I had 950+ file changes pending for commit into git.
That is extream overkill especially for such little functionality from plugin
The text was updated successfully, but these errors were encountered: