To make my game moddable I have exposed a few folders (as in, they appear in the Game_Data folder as local files) so that Unity will fetch models and read text files from them, enabling users to replace the files in that folder to their own liking.
As of right now I have to manually add those folders after building, because Unity deletes them.
So my questions is: How do I make unity copy specific folders directly from the Assets folder to the newly created Game_Data folder after building?