googlesamples / unity-jar-resolver

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

Avoid calling UpdateVersionedAssetsOnUpdate with each Play in Editor. #586

Closed bhallionOhbibi closed 1 year ago

bhallionOhbibi commented 1 year ago

Avoid unecessary computation of manifest each time the play mode is started in editor. This computation takes multiple seconds each time we press play on many projects. This computation is already made with each asset refresh.

Please note that this was already made on the fidebase-unity-sdk equivalent few years ago: GenerateXmlFromGoogleServicesJson https://github.com/firebase/firebase-unity-sdk/blob/778a4841ac67616b2bd88a6e6f740a816d75b13b/editor/app/src/GenerateXmlFromGoogleServicesJson.cs#L96

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.