Because I am building with IL2CPP I get the "_BackUpThisFolder_ButDontShipItWithYourGame" folder in the build output. I want to automate the build process as much as possible when releasing my builds to Steam. Currently I need to manually move the build to a separate folder without the "_BackUpThisFolder_ButDontShipItWithYourGame" folder in order to make sure that the steam app build command doesn't include that folder. Is there anyway to customize the file structure of the build so I can skip this manual step?
↧