I’m sure this is a completely noob question, but after building (compiling) my first game just to see how it would all work, I brought the .exe file to another computer to test it, and found that I was missing dlls. Just wondering how you know which dlls you need to include with a stand alone package. Additionally, is there an option within Unity to build a full stand alone self-extracting package that you can ship about?
The exe is worthless on its own, as it contains nothing.
you must package up the exe + the data folder to transfer somewhere else, either as zip, installer or self extracting zip for example
Unity does not offer you any way to build these final packages for you as you might want to add additional stuff, or as mentioned above create an installer for example