Building the project
When building the project for the first time, follow the following procedure.
- Ensure it is set to build at x64 bit
- If you are testing, its a good idea to check 'Development Mode' to see an output log.
- If you are using a new project you may encounter a DLL based error, concerning Windows.Forms
- Unity 2017.3 and older
.net environment from .NET 2.0 subset to .NET 2.0 full. This is done in player settings. - Unity 2018.1 and onwards
.net environment from .Net 2.0 Standard to .NET 4.0. This is done in player settings.
- Unity 2017.3 and older