Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 913 Bytes

File metadata and controls

28 lines (19 loc) · 913 Bytes

Solar System Explorer

A simple solar system exploration prototype built with Unity.

Requirements

  • Unity Editor 6000.3.6f1 (Unity 6)
  • Unity Hub (recommended for opening the pinned editor version)

Open The Project

  1. Open Unity Hub.
  2. Click Add and select this repository folder.
  3. Open the project with Unity 6000.3.6f1.
  4. Open scene Assets/Scenes/SampleScene.unity if it is not already loaded.

Build Instructions (Unity Editor)

  1. In Unity, go to File > Build Profiles (or File > Build Settings).
  2. Select your target platform (for example Linux, Windows, or WebGL).
  3. Confirm Assets/Scenes/SampleScene.unity is included in Scenes In Build.
  4. Click Build.
  5. Choose an output folder (for example Builds/<Platform>), then wait for the build to finish.

Run In Editor

  1. Open Assets/Scenes/SampleScene.unity.
  2. Press the Play button in the Unity Editor.