superunitybuild / buildactions

BuildActions for use with the SuperUnityBuild build automation tool.
https://github.com/superunitybuild/buildtool
MIT License
184 stars 38 forks source link

PerBuildProjectSettings missing most options #42

Open iatenothingbutriceforthreedays opened 6 months ago

iatenothingbutriceforthreedays commented 6 months ago

Any reason why the only configurable option in PerBuildProjectSettings is preloadedAssets? All the other options like resolution, fullscreen, etc are missing.

I have a local fork where i added some of the options I needed and it seems to work fine. I can make a PR with the full set of options if it would be helpful to anyone?

robinnorth commented 6 months ago

I imagine it's because that was the only per-build Player setting that was needed for whatever project I was working on at the time that action was written, and I haven't revisited it since due to a lack of time 😅

A PR which adds some more commonly-used settings like resolution and fullscreen would be most welcome, thank you!

iatenothingbutriceforthreedays commented 6 months ago

Makes sense https://github.com/superunitybuild/buildactions/pull/43

Thanks for this tool!