DataDog / dd-sdk-unity

Apache License 2.0
7 stars 1 forks source link

The expected dependency version of ExternalDependencyManager[1.2.178] seems deprecated #88

Open etsugua opened 1 month ago

etsugua commented 1 month ago

Question

Mentioned in the package.json is the dependency of: "com.google.external-dependency-manager": "1.2.178".

When looking at Google's archive, you can see that this version is not listed (jumping from 1.2.177 to 1.2.179): https://developers.google.com/unity/archive#external_dependency_manager_for_unity The version 1.2.178 seems to have been deprecated - although I'm not entirely sure why.

So the question is should this dependency be bumped to 1.2.179?

fuzzybinary commented 1 month ago

Yes, we'll bump it for the next release.

fuzzybinary commented 1 month ago

If you're curious, this is why 1.2.178 was not included in the archive: https://github.com/googlesamples/unity-jar-resolver/issues/672

The changes from 1.2.178 to 1.2.181 aren't major, but we'll still look into updating.