Main Page

From UnityCar Wiki

(Difference between revisions)
Jump to: navigation, search
 
(8 intermediate revisions not shown)
Line 3: Line 3:
This wiki contains detailed description of the various classes and detailed tutorials about creating, importing and modifying cars and tracks.
This wiki contains detailed description of the various classes and detailed tutorials about creating, importing and modifying cars and tracks.
-
You can find more about UnityCar Pro and try the '''live demos''' [http://unitypackages.net/unitycar/ here]. In order to try UnityCar Pro live demos, you have to install the Unity3D web plugin. More info about Unity3D Game Engine and its plugin [http://unity3d.com/ here].
+
<!--You can find more about UnityCar Pro and try the '''live demos''' [http://unitypackages.net/unitycar/ here]. In order to try UnityCar Pro live demos, you have to install the Unity3D web plugin. More info about Unity3D Game Engine and its plugin [http://unity3d.com/ here]. You can also buy UnityCar Pro on the Unity Asset Store [https://www.assetstore.unity3d.com/#/content/1023 here].-->
-
== Classes ==
+
== Mandatory Classes ==
 +
These classes are required to make a working UnityCar vehicle:
 +
* [[Drivetrain]]
 +
* [[Car Dynamics]]
 +
* [[Axles]]
 +
* [[Wheel]]
 +
* [[Axis Car Controller]], [[Mouse Car Controller]], [[Mobile Car Controller]] (implementations of the abstract class [[Car Controller]])
-
*[[UnityCarPro:Drivetrain|Drivetrain]]
+
== Optional Classes ==
-
*[[UnityCarPro:Car Dynamics|Car Dynamics]]
+
These classes are optional:
-
*[[UnityCarPro:Car Controller|Car Controller]]
+
* [[Arcader]] (implementation of the abstract class [[Modifier]])
-
*[[UnityCarPro:Sound Controller|Sound Controller]]
+
* [[Sound Controller]]
-
*[[UnityCarPro:Car Damage|Car Damage]]
+
* [[Car Damage]]
-
*[[UnityCarPro:Aerodynamic Resistance|Aerodynamic Resistance]]
+
* [[Aerodynamic Resistance]]
-
*[[UnityCarPro:Wing|Wing]]
+
* [[Wing]]
-
*[[UnityCarPro:Brake Lights|Brake Lights]]
+
* [[Brake Lights]]
-
*[[UnityCarPro:DashBoard|DashBoard]]
+
* [[DashBoard]]
-
*[[UnityCarPro:Wheel|Wheel]]
+
* [[Setup]]
-
*[[UnityCarPro:Wheels|Wheels]]
+
* [[ForceFeedback]]
-
*[[UnityCarPro:UnityCarPro|UnityCar]]
+
* [[SteeringWheel]]
-
 
+
* [[FuelTank]]
-
 
+
-
== Required Classes ==
+
-
 
+
-
These are the only classes you must import in your project in order to make UnityCar work:
+
-
*[[UnityCarPro:Drivetrain|Drivetrain]]
+
-
*[[UnityCarPro:Car Dynamics|Car Dynamics]]
+
-
*[[UnityCarPro:Car Controller|Car Controller]]
+
-
*[[UnityCarPro:Wheel|Wheel]]
+
-
*[[UnityCarPro:Wheels|Wheels]]
+
 +
== Car Tuning ==
 +
* [[Tuning the car]]
== Car Tutorials ==
== Car Tutorials ==
-
 
+
* [[Creating a car]]
-
*[[UnityCarPro:Creating a car|Creating a car]]
+
* [[Importing cars]]
-
*[[UnityCarPro:Getting more cars|Getting more cars]]
+
* [http://wiki.vdrift.net/index.php?title=3D_modeling Car modeling tutorial]
-
*[[UnityCarPro:Importing cars|Importing cars]]
+
-
*[http://wiki.vdrift.net/3D_modeling_for_game_data/ Car modeling tutorial]
+
-
*[[UnityCarPro:Cars included in UnityCar Pro|Cars included in UnityCar Pro]]
+
-
 
+
== Track Tutorials ==
== Track Tutorials ==
-
 
+
* [http://supertuxkart.sourceforge.net/Blender_track_modelling_tutorial Track modeling tutorial]
-
*[[Getting more tracks]]
+
-
*[http://supertuxkart.sourceforge.net/Blender_track_modelling_tutorial Track modeling tutorial]
+
-
 
+
-
 
+
== Configuration ==
== Configuration ==
-
 
+
* [[Troubleshooting]]
-
*[[UnityCarPro:Troubleshooting|Troubleshooting]]
+
-
*[[UnityCarPro:Setting up ForceFeedBack|Setting up ForceFeedBack]]
+
-
 
+
== Playing ==
== Playing ==
-
 
+
* [http://wiki.vdrift.net/index.php?title=Drifting_techniques Drifting Techniques]
-
*[[UnityCarPro:Drifting Techniques|Drifting Techniques]]
+

Latest revision as of 18:08, 4 August 2017

Welcome to the UnityCar Pro Documentation Wiki. UnityCar Pro is a realistic, flexible and fun car and driving simulator middleware for Unity3D Game Engine. Its made up of several different classes, each of them dedicated to simulate a specific aspect of the vehicle. This wiki contains detailed description of the various classes and detailed tutorials about creating, importing and modifying cars and tracks.


Contents

Mandatory Classes

These classes are required to make a working UnityCar vehicle:

Optional Classes

These classes are optional:

Car Tuning

Car Tutorials

Track Tutorials

Configuration

Playing

Personal tools
Car Tuning
Track Tutorials
Configuration