Skip to content

Latest commit

 

History

History
125 lines (71 loc) · 4.62 KB

File metadata and controls

125 lines (71 loc) · 4.62 KB

Unity-BasicVehiclesControl_ForSyntyCity

Description:

Create basic Vehicle Controllers for your Unity projects using vehicle models from Synty Polygon City Asset.

Note: As this uses the vehicles from such and due to licensing such said vehicles cannot be included in this repository obviously, so, as such the provided scripts and instructions thus require having / purchasing the Synty Polygon City Asset: https://assetstore.unity.com/packages/3d/environments/urban/polygon-city-low-poly-3d-art-by-synty-95214

Synty City Vehicles (total: 32)

  • Ambulance (total: 4)
  • Police Cruiser (total: 4)
  • Muscle Car (total: 4)
  • Sedan Large (total: 4)
  • Sedan Medium (total: 4)
  • Sedan Small (total: 4)
  • Taxi (total: 4)
  • Van (total: 4)

Preview

Release Intentions Note:

The intention of these releases due to only being scripts for usage with models one must already own or opt to purchase and as such was known that one could not release such models with the package here the intent was to provide basic vehicle functionality as a start point as fully functional in terms of an opinion of basic but leave out optional continuances in the hopes that these will be used as starting points for folks to continue on with and improve upon. Now, some of the things intentionally left out, umm, while all simply easy to add, lets see: say, audio sources, audio clips, particle systems for exhausts as leaving these initializations of such aforementioned suggestions out was indeed intentional in the hopes that the end user will continue to add those as desired and continue to improve upon the provided start points. Also note that while yes, these are great hints, tips and or suggestions, if you were thinking say of what to add next, please note though, that is not to say if and or when I may find myself to have free time say I just may or may not opt to add such or some of such at later dates if desire or free time allows. Another thing to note is that I intentionally left out adding a fuel system to these at this time because again the intent was to provide basic functional vehicle controllers as starting points.

NOTE: This project was developed while / for using Unity 2021+ & 2022+ & Unity 6

Vehicles Currently "Completed" & Included:

  • Ambulance (100% completed)
  • PoliceCruiser (100% completed)
  • Van (100% completed)
  • Taxi (100% completed)
  • MuscleCar (100% completed)
  • SedanLarge (100% completed)
  • SedanMedium (100% completed)
  • SedanSmall (100% completed)

Other Currently "Completed" & Included:

  • Player & Vehicles Compass

Other Current Possibles "In Progress" & Not Yet Included:

Possible future additions: (if and or when my limited free time and desire may allow)

  • Gas Station / Fuel System (0% Completed) coming TBA...
  • Engine Audio (0% Completed) coming TBA...
  • Horn Audio (0% Completed) coming TBA...
  • Reverse Beeps Audio (0% Completed) coming TBA...
  • Siren Audio (0% Completed) coming TBA...
  • Exhaust Particles (0% Completed) coming TBA...
  • Mesh Deformation (0% Completed) coming TBA...
  • Related Documentation(s) for above (0% completed) coming TBA...

Player Controls:

Note: The following found below are related to the provided playercontrol script for usage example if say using vehicle entry script.

  • Player Forward: W
  • Player Reverse: S
  • Player Left: A
  • Player Right: D
  • Player Jump: Space
  • Player Sprint: Left Shift

Vehicle Controls:

Note: The following below are related to both variations either standalone vehicle controller usage and entry script usage.

  • Vehicle Forward: W
  • Vehicle Reverse: S
  • Turn Left: A
  • Turn Right: D
  • Apply Brake: Space

Entry Script:

Note: The following found below are specific only when entry script is applied.

  • Enter Vehicle: E
  • Exit Vehicle: F

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....