buildactions icon indicating copy to clipboard operation
buildactions copied to clipboard

PerBuildProjectSettings missing most options

Open iatenothingbutriceforthreedays opened this issue 1 year ago • 2 comments

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?

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!

robinnorth avatar Apr 30 '24 11:04 robinnorth

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

Thanks for this tool!