Solar System Simulation
About
This project is the first course assignment from the course Introduction to Game Development on Coursera. The goals of this assignment are to get to know the basics of the Unity plaftorm and all its components such as game scene, game objects, and so on.
The course gives you all the assets, such as, textures, sounds and even the scripts. Since I am a Student of System Engineering and have experience with programming using C++, one of my priorities is to learn C# and use my own scripts.
Why did I remake this assignment?Once I finish the course I did three asignments, the first assignment was this simulation and the other two were games. I wanted to remake everything I have made with everything I learned and create my own scripts because the course is more of an introduction, it is about how to set up everything than create a texture, script and those things that are commonly made with others software.
Which are the improvements?The assignment was really simple, it had every planet if with a RotationAround Script that managed their behavior, and some sounds attached to the Camera and the Sun, only one Scene.
My improvements are my own scripts, different textures, different background sound, Post processing behavior attached to the camera, two more scenes (Loading Scene, Menu Scene), Canvas components with the Menu Scene, Canvas components to display a planet description when clicked and a Particle System for the Sun.
Where can I see the old version of the assignment?Go on youtube and look for: Solar System Simulation Coursera.