Skip to content

Learn

Learn game development with us. We will be sharing a lot of posts about game development, Godot Engine, Unity Game Engine and more. Subscribe to keep yourself updated about the new posts.

Basic Vector Math

Tutorial | Basic Vector Math for Game Development

Unless your game is only about clicking a few buttons or just text based adventure, you would at some level need to move things around in a 2d or 3d space. In order to know where our moving objects are going to be present in the next frame, we need to have some knowledge of Vector Math. Vectors contain information of direction andor magnitude.