googlesamples / unity-jar-resolver

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

Update AssetDatabase.FindAssets usages return type #687

Closed a-maurice closed 4 weeks ago

a-maurice commented 4 weeks ago

To ensure AssetDatabase.FindAssets works no matter what the return type is, the variables have been changed to type var instead of string.

Note: This is replicating the changes from https://github.com/googlesamples/unity-jar-resolver/pull/684, since they are having issues with the CLA.