ok I have searched for this but no luck…
The final playable file, is that one .exe or .exe , a texture folder and a data folder like in “games” ?
Sorry I dont have a mac so I can test it…
The game files layouts looks like the demos in the gallery.
Basically, on OS X it’s a single application (which is actually a folder, but looks like a single file in Finder). On Windows, it’s an executable with a ‘Data’ folder next to it; inside the Data folder there are a couple of subfolders and files.
In any case, all the assets are not included in their source form. They are compiled into their final forms; optimized by Unity and written into custom binary file format. You won’t see things like “wood.jpg” among game data files, the texture will be somewhere inside some data file.
ok
Thanx