I am looking to make a game similar to that of super stardust – like this
It is basically a game where the player, camera, enemies/asteroids and projectiles are orbiting a planet around a certain radius from its centre point. The player has to destroy the enemies/asteroids by shooting them while all the shots curve along with the planet.
I have created the planet and the player using this asset, but what i am having trouble doing is making the player, camera, enemies/asteroids and projectiles orbit the planet.
I am using this asset for constructing the scene (if its any help) Space Unity
I am fairly new to programming and i am still learning, but any help would be appreciated
I am also using playmaker (if its possible to create the orbit with playmaker)