Building
Download the source using git:
git clone --recurse-submodules https://github.com/willneedit/Arteranos.git
Of course you can use Github Desktop. But using a command line is much safer than a GUI where you'd surely prone to having misclicks and forgetting option checks... like using submodules. Or not.
Open the Arteranos as the Unity project (adding Arteranos's directory in Unity Hub, then open it)
In Unity's menu, there's a custom menu heading named
Arteranos
. From there, selectBuild Installation Package
If all goes well, please find the newly created
build
folder including the installation wizard,ArteranosSetup.msi
(orArteranosSetup.exe
as an alternative), amongst other files.Also, you'll find the
Arteranos.exe
andArteranos-Server.exe
, respectively.
Last updated