Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deathwatchgaming/unity-basicvehiclescontrol_forsyntycity

Create basic Vehicle Controllers for your Unity projects using vehicle models from Synty Polygon City Asset.
https://github.com/deathwatchgaming/unity-basicvehiclescontrol_forsyntycity

synty-unity unity unity-engine unity-scripts unity-ui unity-vehicles unity3d

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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.

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 "In Progress" & Not Yet Included:
--------------------------------------------------

* Gas Station / Fuel System (5% Completed) coming soon...
* Engine Audio (0% Completed) coming soon...
* Horn Audio (0% Completed) coming soon...
* Reverse Beeps Audio (0% Completed) coming soon...
* Siren Audio (0% Completed) coming soon...
* Exhaust Particles (0% Completed) coming soon...

* Related Documentation(s) (0% completed) coming soon...

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 documentation instruction linkages for manual setups found below.

PlayerControl:
--------------

* Example player control documentation: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/PlayerControl/Documentation/PlayerControl-Documentation.txt

Vehicles Control:
-----------------

* All vehicles with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/Documentation/AllControllers-wEntry-Documentation.txt

* Ambulance Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Ambulance/Documentation/AmbulanceController-Only-Documentation.txt

* Ambulance Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/Ambulance/Documentation/AmbulanceController-Spedometer-Documentation.txt

* Ambulance Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Ambulance/Documentation/AmbulanceController-wEntry-Documentation.txt

* Ambulance Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Ambulance/Documentation/AmbulanceController-Spedometer-Documentation.txt

* PoliceCruiser Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/PoliceCruiser/Documentation/PoliceCruiserController-Only-Documentation.txt

* PoliceCruiser Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/PoliceCruiser/Documentation/PoliceCruiserController-Spedometer-Documentation.txt

* PoliceCruiser Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/PoliceCruiser/Documentation/PoliceCruiserController-wEntry-Documentation.txt

* PoliceCruiser Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/PoliceCruiser/Documentation/PoliceCruiserController-Spedometer-Documentation.txt

* MuscleCar Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/MuscleCar/Documentation/MuscleCarController-Only-Documentation.txt

* MuscleCar Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/MuscleCar/Documentation/MuscleCarController-Spedometer-Documentation.txt

* MuscleCar Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/MuscleCar/Documentation/MuscleCarController-wEntry-Documentation.txt

* MuscleCar Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/MuscleCar/Documentation/MuscleCarController-Spedometer-Documentation.txt

* Taxi Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Taxi/Documentation/TaxiController-Only-Documentation.txt

* Taxi Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/Taxi/Documentation/TaxiController-Spedometer-Documentation.txt

* Taxi Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Taxi/Documentation/TaxiController-wEntry-Documentation.txt

* Taxi Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Taxi/Documentation/TaxiController-Spedometer-Documentation.txt

* Van Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Van/Documentation/VanController-Only-Documentation.txt

* Van Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/Van/Documentation/VanController-Spedometer-Documentation.txt

* Van Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Van/Documentation/VanController-wEntry-Documentation.txt

* Van Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/Van/Documentation/VanController-Spedometer-Documentation.txt

* SedanLarge Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanLarge/Documentation/SedanLargeController-Only-Documentation.txt

* SedanLarge Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/SedanLarge/Documentation/SedanLargeController-Spedometer-Documentation.txt

* SedanLarge Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanLarge/Documentation/SedanLargeController-wEntry-Documentation.txt

* SedanLarge Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanLarge/Documentation/SedanLargeController-Spedometer-Documentation.txt

* SedanMedium Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanMedium/Documentation/SedanMediumController-Only-Documentation.txt

* SedanMedium Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/SedanMedium/Documentation/SedanMediumController-Spedometer-Documentation.txt

* SedanMedium Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanMedium/Documentation/SedanMediumController-wEntry-Documentation.txt

* SedanMedium Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanMedium/Documentation/SedanMediumController-Spedometer-Documentation.txt

* SedanSmall Controller only in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanSmall/Documentation/SedanSmallController-Only-Documentation.txt

* SedanSmall Controller only in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Extras/VehicleController-Only-Usage/Vehicle-Speedometer/Assets/VehiclesControl/SedanSmall/Documentation/SedanSmallController-Spedometer-Documentation.txt

* SedanSmall Controller only with entry in scene setup: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanSmall/Documentation/SedanSmallController-wEntry-Documentation.txt

* SedanSmall Controller only with entry in scene setup add speedometer: https://github.com/deathwatchgaming/Unity-BasicVehiclesControl_ForSyntyCity/blob/main/Assets/VehiclesControl/SedanSmall/Documentation/SedanSmallController-Spedometer-Documentation.txt