Hi there…
My Project uses some third-party libs… like the discord sdk…
Currently, i need to copy that SDK dll into the packaged Game’s Binaries Folder to make the discord rich presence run properly in the shipping build.
Since many of the tuts out there are more confusing and on a a level of understanding the building process, that i’m not into… i ask here perhaps for a short answer.
My DLL is sitting inside the Projects root Directory (where the uproj file is sitting).
And i want it to be automatically copied over to the packaged Game’s Binaries Folder, whenever i package the Game.
What do i need to do, to achieve that?