Renaming the *_Data folder

Hey, does anybody knows if or how to change the data folder? For example if you build your game as “MyGame.exe” there will be a folder called “MyGame_Data”, but I want to rename it to… lets say “Data”.

You can actually rename the data folder (e.g. “MyGame_Data”) to “DATA”.

Other names don’t seem to be possible though, but this will do, for instance if you need to rename your .exe because you’ve misspelled a client’s name in the executable file :-). Not that this ever happened to me…
Sometimes rebuilding can take simply too much time (like when you need to switch to a different platform).

You can’t rename it…Unity needs it to be named like that in order to find the data. (Unless you feel like hacking the executable with a hex editor, maybe.)