Sharing a project with my programmer (Dropbox issue)

Hi everybody,

I created a Dropbox account to share a Unity project with my friend, who will be helping me program a game I want to make; however, I found that when he tries to run the executable, or download the whole package to edit the project in the editor, he gets an error saying he can’t run the executable because there is no _data file next to it. I’ve looked up this solution already, but none of the answers satisfied my confusion. Can anyone help?

Thanks!

When you publish exe, it creates data folder also, both need to be downloaded (better zip those together then)

yourgame.exe
yourgame_data/