googlesamples / unity-jar-resolver

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

[FR] Preserve Android plugin CPU value when using ExportUnityPackage #638

Closed lyjimmy closed 9 months ago

lyjimmy commented 10 months ago

Feature proposal

Currently when specifying an Android platform plugin in the exports.json file when using ExportUnityPackage, the resulting CPU settings value in the .meta file is always "AnyCPU" regardless of whether a cpu value is specified in the exports.json.

It would be helpful if ExportUnityPackage preserved the CPU value specified in exports.json so that we can include Android plugins built for different CPU architectures and inform Unity about the correct CPU values for each plugin.

google-oss-bot commented 10 months ago

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