googlesamples / unity-jar-resolver

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

Change EditorMeasurement to use secure connection (Fixed #484) #548

Closed chkuang-g closed 1 year ago

chkuang-g commented 1 year ago

484

EditorMeasurement used to use http:// instead of https:// to report editor usage. This is causing later version of Unity to log warnings and errors. Even though this is harmless, the logs still looks concerning.

This change basically change http to https.

Testing