googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Dependency analysis before build process for iOS #578

Open Hitomilras opened 1 year ago

Hitomilras commented 1 year ago

Everytime we tried to integrate some new plugin in our project, like googleads or anything else, there is lot's of conflicts in dependencies with others version. Some plugins depends on earlier version of something, some on last versions, etc.

The PROBLEM is that we can know about the issue ONLY after building process, in the end of this. It's took too much time to resolve such issues because every time we need to try to rebuild and check if the issue with dependencies is solved.

May be it is some feature to analyze dependencies before building process so we don't need to wait nearly 20 minutes after each tryfix?

Thank you.

google-oss-bot commented 1 year ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.