Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathwatchgaming/unity-basic_helicoptercontroller
Add a "Basic HelicopterController" to your Unity projects
https://github.com/deathwatchgaming/unity-basic_helicoptercontroller
unity unity-engine unity-scripts unity-vehicles unity3d
Last synced: 17 days ago
JSON representation
Add a "Basic HelicopterController" to your Unity projects
- Host: GitHub
- URL: https://github.com/deathwatchgaming/unity-basic_helicoptercontroller
- Owner: deathwatchgaming
- License: mit
- Created: 2024-04-09T18:25:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T11:33:38.000Z (about 2 months ago)
- Last Synced: 2024-10-11T10:23:33.131Z (about 1 month ago)
- Topics: unity, unity-engine, unity-scripts, unity-vehicles, unity3d
- Language: C#
- Homepage:
- Size: 7.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Basic_HelicopterController
Description:
------------Create a "Basic Helicopter Controller" for your Unity projects.
![Preview](https://raw.githubusercontent.com/deathwatchgaming/Unity-Basic_HelicopterController/refs/heads/main/Previews/Helicopter-SideView1.png)
NOTE: This project was developed while / for using Unity 2021+ & 2022+ & Unity 6
Controls:
---------* Roll: A & D
* Pitch: S & W
* Yaw: Q & E* Decrease throttle: Left Shift
* Increase throttle: Left Control* Change Cameras: V (ie: Rear Camera, Belly Camera & Cockpit Camera)
Entry:
------
(if the provided "as is" entry script is added)* Enter: E
* Exit: FEntry Script Note: the provided entry script is provided "as is" simply as a
starting point as there are some further things that will need to be touched
upon as you will find when you start tinkering with such. So note the
starting point provided was the intention to then allow you the user to
continue to expand upon this script further.Player Controls:
----------------
(player controller provided for entry script example)* Player Forward: W
* Player Reverse: S
* Player Left: A
* Player Right: D
* Player Jump: Space
* Player Sprint: Left ShiftNOTE: 1 Helicopter model being: "MD-500 Defender Helicopter", is included for setup and usage example.
NOTE: 1 Helipad model being: "Helicopter Land / Helipad / Heliport", is included for setup and usage example.
Manual Setup Instruction:
-------------------------Simply follow the linkages found below for documentation information / instruction respective to the version say for example either Unity 2021+ & Unity 2022+ or Unity 6....
* Unity 20221+ & 2022+ => Files, ReadMe, docs: https://github.com/deathwatchgaming/Unity-Basic_HelicopterController/tree/main/Unity-2021-2022
* Unity 6 => Files, ReadMe, docs: https://github.com/deathwatchgaming/Unity-Basic_HelicopterController/blob/main/Unity-6