Documentation is hosted on the micromissiles-unity GitHub Pages site.
We generate pre-built standalone binaries from the release branch. These binaries are intended for non-development users who just want to run the application and modify a few configurations along the way.
You can find the latest release here.
- Download the zip file for Windows:
micromissiles-<version>-windows-x86_64.zip. - Unzip the zip file. The zip file should contain a single directory called
micromissiles-<version>-windows-x86_64. - In the
micromissiles-<version>-windows-x86_64directory, runmicromissiles-<version>-StandaloneWindows64.exe.
- Download the tarball file for Darwin:
micromissiles-<version>-darwin-x86_64.tar.gz. - Extract the tarball. The tarball should contain a single directory called
micromissiles-<version>-darwin-x86_64. - In the
micromissiles-<version>-darwin-x86_64directory, run the app file. - If you get a warning that Apple cannot check the application for malicious software:
- Open
System Preferences. - Navigate to
Privacy & Security. - Click on
Open Anywayto bypass Apple's developer check.
- Open
- Download the tarball file for Linux:
micromissiles-<version>-linux-x86_64.tar.gz. - Extract the tarball.
- Run the
micromissiles-<version>-StandaloneLinux64executable.
- To get started with Unity development, see the Development Guide.
- To learn how to build and develop the C++ plugins, see the Plugins Guide.
- To navigate and interact with the simulation, see the Keybinds and Controls.
- To configure simulation settings, see the Sim Config Guide.
- To kick off simulation runs from the command line, see the Sim Runner Guide.
- To analyze simulation logs, see the Sim Logging Guide.
