Launching the game - DVSProductions/Cyber-Siege GitHub Wiki

Running the game

To simply play the game you can download it from itch.io using this link.

If you want to build the game yourself you need Unity and Git. The current version used can be viewed under Requirements.
The code can be best viewed using Visual Studio as it has a direct integration with Unity but technically any IDE or Text Editor can be used if the goal is to simply view the code and not necessarily alter or debug it.

If all the tools are installed you then need to follow the following steps:

  1. Clone this repository
  2. Open the project in Unity Hub / Unity
  3. Either press CTRL + B or select File/Build and Run in the top bar
    3.1. If you build the game for the first time you will be prompted to select a location to build the game in, this decision is for you to make and doesn't really matter.
  4. That's it the game should now start, and you should be able to play it.

Using the editors

To use the editors, you need to open the project in Unity.
There you need to open the MapBuilder Scene under Assets/Scenes.
From there you can open the Map and Wave Editor in the top bar under CyberSiege/Wave Editor and CyberSiege/Map Editor respectively.
This will open the chosen editor. For more information on the editors check the Developer Wiki.