micromissiles-unity/coverage/playmode
turtlebasket 7805acc392 deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
..
Assets deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
Packages deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
ProjectSettings deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
Tools deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
docs deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
.clang-format deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
.gitattributes deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
.gitignore deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
.pre-commit-config.yaml deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
LICENSE deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
README.md deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
RELEASE.md deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
package-lock.json deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00
package.json deploy: 54c7e5fbc7 2024-10-04 02:51:19 +00:00

README.md

micromissiles-unity

Sim Salvo Animation

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Release Static Badge

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

  1. Download the zip file for Windows: micromissiles-<version>-windows_x86_64.zip.
  2. Unzip the zip file. The zip file should contain a single directory called micromissiles-<version>-windows_x86_64.
  3. In the micromissiles-<version>-windows_x86_64 directory, run micromissiles-<version>-StandaloneWindows64.exe.

Mac

  1. Download the tarball file for Darwin: micromissiles-<version>-darwin.tar.gz.
  2. Untar the tarball. The tarball should contain a single directory called micromissiles-<version>-darwin.
  3. In the micromissiles-<version>-darwin directory, run the app file.
  4. 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.

Next Steps