Unity Tutorial: Working with builds


As part of our projects we will want to make builds so that others can easily play our games. In this tutorial I’ll show you how to create builds and some key info like where to save/load data, where to find log files, how to use the version number and how to provide general data that gets copied over to our build.

Find the code here: https://github.com/GameDevEducation/DevEssential_WorkingWithBuilds
Locating log files: https://docs.unity3d.com/Manual/LogFiles.html