Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.86 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.86 KB

Solar System Simulator

This is a project that uses N body Newtonian gravity and NASA data to simulate the solar system starting at 04/01/2021. It is written using Unity Version 2020.3.3f1.

Compile / Run Instructions

These instructions assume you have Unity 2020.3.3f1 and UnityHub installed.

To compile and run yourself:

  1. Open Unity Hub, and on the projects tab click "Add" and select the source code directory.
  2. Select Unity Version 2020.3.3f1 on the project and start it. The first boot usually takes a while.
  3. In the Project window of the Unity Editor, double click Assets/Scenes/HorizonsSolarSystem
  4. Click the play button at the top center of the screen to run the game in the Unity Editor. You can also create an executable with File -> Build

Alternatively, a prebuilt executable for 64-bit Windows systems can be found here

Controls

Hold tab to pull up the settings menu, and left-click drag the mouse to rotate camera around the selected object. Use the scrollwheel to zoom in and out, holding shift makes zooming slower, ctrl faster.

Screenshots

Credits