googlesamples / unity-jar-resolver

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

Add two Android Resolver settings related to custom local Maven repo path #604

Closed chkuang-g closed 1 year ago

chkuang-g commented 1 year ago

Adding two settings in Android Resolver settings to determine whether EDM4U inject custom local Maven repo path as a relative path or full path.

Before these settings, EDM4U has internal logic to always use full path when exporting project and relative path when not. Provide the new options so that the developers can choose to make it consistent or use full path to avoid certain Unity bugs.

Added a new task (Bug# 274671088) to add integration test for this. Currently manually verified with Unity 2022.2 and all integration tests are passed (primarily due to lack of test for full path scenario)