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
The EDM is intended to pull in external dependencies, meaning all .aar and .jar files can be pulled from Maven repositories and automatically resolved based on a simple android manifest file for example. Meaning you do not have to hard include the files, upgrading is easily resolved automatically, and you do not get conflicting includes for packages that need the exact same prerequisite parts.
Why are we doing this the old fashioned way in 2024? GameAnalytics has this figured out for a long while.
The text was updated successfully, but these errors were encountered:
From what I read, you need this package? amplitude-unity-no-edm-and-dep.unitypackage
If there's anything else we should be doing to make this easier on y'all, please let me know. Happy to help. (I know we should document this somewhere so its not hidden in the releases, so i'll take an action item for that)
I think from a Unity developer's perspective, and a compatibility perspective, this should be the recommended route and the default.
Just the minimal code, and a package manager include that automatically resolves all dependencies.
It is what all other big parties recommend for their plugins too.
Thanks for the help!
Summary
The EDM is intended to pull in external dependencies, meaning all .aar and .jar files can be pulled from Maven repositories and automatically resolved based on a simple android manifest file for example. Meaning you do not have to hard include the files, upgrading is easily resolved automatically, and you do not get conflicting includes for packages that need the exact same prerequisite parts.
Why are we doing this the old fashioned way in 2024? GameAnalytics has this figured out for a long while.
The text was updated successfully, but these errors were encountered: