Predicting Future Locations of Game Objects
Tutorial
·
intermediate
·
+0XP
·
25 mins
·
Unity Technologies

In this tutorial students will learn how to predict where a game object will be in the future.
Materials
Languages available:
1. Predicting Future Locations of Game Objects Part 1
In this unit students will learn how to use velocity vectors to predict where a moving game object will be in the future.
2. Predicting Future Locations of Game Objects Part 2
In this lecture students will complete the code that works with a quadratic equation to predict the hit location between a projectile and enemy.