lufias-69 / Helicopter

Helicopter Controller - Unity Game Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helicopter Controller - Unity Game Project

This project provides a fun and easy-to-use helicopter controller suitable for kids' games. (Sound included)

Project Cover Screenshot

Version

Unity 21.3.12f1 (LTS)

Documentation

I've used two types of controllers for the helicopter. One uses "transform" to make the helicopter move, and the other one uses "rigidbody."

Controls

The helicopter is controlled using simple and kid-friendly controls:

W / Up Arrow: Move/Tilt forward.
S / Down Arrow: Move/Tilt backward.
A / Left Arrow: Rotate/Tilt left.
D / Right Arrow: Rotate/Tilt right.
E: Increase altitude (fly up)
Q: Decrease altitude (fly down).

Assets used

Simple Low Poly Nature Pack

License

The Helicopter Controller project is licensed under the MIT License. You are free to use, modify, and distribute the code for personal and commercial projects.

Feedback

If you have any feedback, please reach out to me at dev.lufias@gmail.com

About

Helicopter Controller - Unity Game Project

License:MIT License


Languages

Language:C# 59.6%Language:ShaderLab 40.4%