Unity-like streaming assets folder

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.

You can do that from Visual Studio. Add an external file as a new item and in its properties chose to copy to the output folder.

1 Like