Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
1/12
Describe your solar system in a text file and create by script.
Documentation included! Support: e-mail
WEBGL preview
Author profile
This pack contains our solar system objects;
sun,
13 planets,
185 moons,
ring,
asteroid fields (generated randomly by script).
17 materials,
3 (low, mid, hi poly)*18 + 1 meshes,
388 textures.
Scripts;
-InputHandler: compact component for desktop/webgl/mobil platform.
Moving, scrolling, zooming, clicking, doubleclicking easy to use by event. Don't need to know which platform is active.
-ObjectHandler:
Dinamically create mesh/texture/prefab/material (with resolutions), sharedmesh handler.
-SolarSystemHandler:
Main class for the solar system, import system from textfile or save system to textfile.
InputHandler example:
public class Example : MonoBehaviour {
private InputHandler inp;
void Start () {
inp = GetComponent();
InitActions();
}
private void InitActions()
{
inp.ClickSafeAction.Add(ClickSafe);
inp.DoubleClickDownAction.Add(ClickSafe);
inp.ChangeTargetAction.Add(TargetChanged);
inp.ZoomAction.Add(Zoom);
}
private void ClickSafe (GameObject g)
{
Debug.Log(„Click”);
}
private void TargetChanged (GameObject g)
{
if (g != null) Debug.Log(„Target name=”+g.name);
}
private void Zoom(GameObject g)
{
Debug.Log(„Zoom value=”+inp.Zoom);
}
}
Documentation included! Support: e-mail
WEBGL preview
Author profile
This pack contains our solar system objects;
sun,
13 planets,
185 moons,
ring,
asteroid fields (generated randomly by script).
17 materials,
3 (low, mid, hi poly)*18 + 1 meshes,
388 textures.
Scripts;
-InputHandler: compact component for desktop/webgl/mobil platform.
Moving, scrolling, zooming, clicking, doubleclicking easy to use by event. Don't need to know which platform is active.
-ObjectHandler:
Dinamically create mesh/texture/prefab/material (with resolutions), sharedmesh handler.
-SolarSystemHandler:
Main class for the solar system, import system from textfile or save system to textfile.
InputHandler example:
public class Example : MonoBehaviour {
private InputHandler inp;
void Start () {
inp = GetComponent();
InitActions();
}
private void InitActions()
{
inp.ClickSafeAction.Add(ClickSafe);
inp.DoubleClickDownAction.Add(ClickSafe);
inp.ChangeTargetAction.Add(TargetChanged);
inp.ZoomAction.Add(Zoom);
}
private void ClickSafe (GameObject g)
{
Debug.Log(„Click”);
}
private void TargetChanged (GameObject g)
{
if (g != null) Debug.Log(„Target name=”+g.name);
}
private void Zoom(GameObject g)
{
Debug.Log(„Zoom value=”+inp.Zoom);
}
}
Solar System Handler
(5)
155 users have favourite this asset
(155)
$4.99
Taxes/VAT calculated at checkout
License type: Single Entity
Refund policy
Secure checkout:

License agreement
Standard Unity Asset Store EULALicense type
File size
567.4 MB
Latest version
1.4
Latest release date
Oct 4, 2023
Original Unity version
2021.3.11
Support
Visit siteFrequently bought together
You might also like
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Language
Feedback
Partners Program
PartnersUSD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR