Apparatus ECS technology demo and Unreal Engine 5 stress test.
Make sure you're cloning this repository including the submodules involved like so:
git clone --recurse-submodules git@github.com:toolworks/ApparatusShootEmUp.git
or via HTTPS:
git clone --recurse-submodules https://github.com/toolworks/ApparatusShootEmUp.git
If you have an error like so:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Please, try the HTTPS-style cloning (the second option), or try fixing the SSH setup on your machine.