Night Sky Engine
A fighting game framework made in Unreal Engine
Loading...
Searching...
No Matches
Installing Night Sky Engine

Download

To get Night Sky Engine, use a Git client (such as the official client or Github Desktop) and clone the Night Sky Engine repository at https://github.com/WistfulHopes/NightSkyEngine.git. If using the command line, type in the following:

git clone https://github.com/WistfulHopes/NightSkyEngine.git

Then, initialize the submodules with the following:

git submodule update --init --recursive

Compile the engine

To compile the Night Sky Engine, you will need Unreal Engine 5.4 and Visual Studio. The version of Visual Studio must be 2022. For detailed instructions on installing Visual Studio for use with Unreal Engine, click here.

After Visual Studio is set up, you will need to generate Visual Studio project files for Night Sky Engine. To do so, right-click on NightSkyEngine.uproject, and click on "Generate Visual Studio project files".

There will be a new file in the folder, "NightSkyEngine.sln". Open it, and once Visual Studio has loaded, press Ctrl+Shift+B to compile the engine.

Previous Next
Quick Start Getting Your Bearings