Hi there,
In unity there is a folder called streaming asset where all its contents will be copied without modifying it to the build folder.
Is there a similar functionality in Xenko ?
I would like to store a .DLL somewhere in my asset folder and have it automatically copied to the same folder as the .exe so that I can load it dynamically afterwards.
Thanks.