top of page
game developer

Wind generator
For starfall, we wanted to build a fun game mechanic!
So we made a drone that when caught will start spinning and produce a wind force!
So, what is it exactly?
We build a function where the drone sends out a wind blast when he is caught and starts spinning. If the player jumps into its wind, they will start to float!
Fun feature! but how did we do it?

Lets break it down!
First, we will tell our drone to start the wind force when it is caught and in the locked state via a unity event.


Here we start our wind force and the visual effects

After that, we wil look for
our target

And lets add our force!
And all of that together gets you this!

Pretty fun, no?
Want to know more?
Be sure to contact me :)
bottom of page