Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oh, also, how did you to the trajectory display line thingy?  Was it just a ray trace, or is there some way to math it out?

We simulate the next ~100 positions and velocities of the rocket each time something changes (Using somewhat simple physics equations) as well as the predicted mass of the asteroids (for the red and blue lines). We render the trajectories using the unity line renderer.