A simple solar system exploration prototype built with Unity.
- Unity Editor
6000.3.6f1(Unity 6) - Unity Hub (recommended for opening the pinned editor version)
- Open Unity Hub.
- Click
Addand select this repository folder. - Open the project with Unity
6000.3.6f1. - Open scene
Assets/Scenes/SampleScene.unityif it is not already loaded.
- In Unity, go to
File > Build Profiles(orFile > Build Settings). - Select your target platform (for example
Linux,Windows, orWebGL). - Confirm
Assets/Scenes/SampleScene.unityis included inScenes In Build. - Click
Build. - Choose an output folder (for example
Builds/<Platform>), then wait for the build to finish.
- Open
Assets/Scenes/SampleScene.unity. - Press the
Playbutton in the Unity Editor.