Hello everyone
Can you tell me how to build the engine in VS correctly so that there are not many dll files in the folder with the exe file?
Roughly speaking, I want to see the same result as if I downloaded a ready-made assembly from git releases.
I tried to publish it, but there were some minor errors.
With a simple build, everything works correctly.
As I understand it, you need to combine dll and exe somehow, but I don't understand how) Maybe someone has a visual manual?