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
I like the simplicity of the Defold library project system where you manually add your dependencies one by one. It becomes a bit problematic when there are transitive dependencies and in worst case also conflicting dependencies.
For now I believe it's a matter of documenting which additional dependencies that are required. The long term solution is maybe to create a system where we resolve and fetch transitive dependencies the way Gradle/Maven/Ivy etc does.
https://github.com/defold/awesome-defold/blob/master/assets/gameanalytics.json
GA for example requires https://github.com/GameAnalytics/defold-openssl/archive/master.zip
The text was updated successfully, but these errors were encountered: