ecfdb490ae | ||
---|---|---|
.github/workflows | ||
Assets | ||
Packages | ||
ProjectSettings | ||
Tools | ||
docs | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
README.md | ||
RELEASE.md | ||
package-lock.json | ||
package.json |
README.md
micromissiles-unity
Documentation
Documentation is hosted on the micromissiles-unity GitHub Pages site.
Quick Start
We generate pre-built standalone binaries for Windows and Mac users 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.
Windows
- 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_64
directory, runmicromissiles-<version>-StandaloneWindows64.exe
.
Mac
- Download the tarball file for Darwin:
micromissiles-<version>-darwin.tar.gz
. - Untar the tarball. The tarball should contain a single directory called
micromissiles-<version>-darwin
. - In the
micromissiles-<version>-darwin
directory, 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 Anyway
to bypass Apple's developer check.
- Open