Moving a Space Fighter with Forces (Unity Tutorial)

Опубликовано: 20 Октябрь 2025
на канале: Ketra Games
3,953
108

In this Unity game development tutorial we're going to look at how to make a game object accelerate by applying forces to it.

If you prefer written instructions you can find a link to the text version here - https://www.ketra-games.com/2020/10/u....

In this tutorial you'll learn how to add a Ridigbody to a space fighter and how to write a simple script to allow the player to fly the space fighter around the scene by applying forces. In particular we'll be looking at the AddRelativeForce method of the Ridigbody to apply forces relative to the rotation of the figther.