Create / preserve file in asset folder.

Hi there!

When I build a project in unity, I get the .exe and a _Data folder.
I have 2 files in my Assets folder which i want to be build into th _Data folder.

Is this possible?

At the moment i manually copy / paste them after building, which is kind of lame :confused:

Maybe you want to use Resources folder instead?

(What are you trying to do, concretely?)

You can manually copy your files/folder with a post process build :

http://docs.unity3d.com/412/Documentation/ScriptReference/PostProcessBuildAttribute.html