Realistic Drone

Hello everyone,

I’m developing an asset for the asset store. It will contain a flying drone (that uses physic). The project is my final job of the university so the code is fully commented and the quality of the project is as higher as possible.
Features:

  • Drone that flies with the real world principles and physic

  • Customizables path, code obtained from an asset from unity and modified to communicate with the drone

  • It is possible to drive the drone manually using the keyboard

  • It is possible to change the model of the drone (would be needed a reconfiguration, nothing impossible but it is a little tricky, I’ll guide you)

  • Genetic algorithms and Twiddle to train the drones on a path

  • Exploration algorithms which create a map of every environment and a tree that will be used for exploration.

Now it is almost ready, it just needs to be published to the asset store.

Here there are some videos about it, where you can see how it works and its functionalities:

If you have any question I’ll be glad to answer :slight_smile:

I have some updates: the package is ready! :slight_smile:

Here there are some new videos to the first post to show it in a game-like scene.
You’ll see soon the game in the Asset Store. Look for “drone” and it has to appear :wink:

The package is ready and in the Store
Here you can read the manual
Or try the demos:

Demo_1 > Circuit
Demo_2 > Single_Point

Enjoy!