googlesamples / unity-jar-resolver

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

[Question] Should packages created in "Assets/Plugins" be tracked in source control or ignored? #490

Closed guneyozsan closed 2 years ago

guneyozsan commented 2 years ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the question here:

The resolver downloads packages to Assets/Plugins/Android. Should we include them in source control or exclude them (e.g. gitignore)?

(Also, note that GUIDs in .meta files are occasionally updated during the latter runs of the resolver caused by unrelated actions like config changes or switching platforms in Unity. This clutters the commit history of related feature.)

google-oss-bot commented 2 years ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

paulinon commented 2 years ago

Hi @guneyozsan,

It's recommended that you exclude the files generated by the resolver since it can easily be imported anytime. With this, it would be easier in handling updates to your dependencies.

I'll be closing this for now. Let me know if you have any other questions.

guneyozsan commented 2 years ago

Thank you @paulinon

guneyozsan commented 2 years ago

@paulinon Is there a similar situation with files in Plugins/iOS?