Main Page

From UnityCar Wiki

(Difference between revisions)
Jump to: navigation, search
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]]
 +
== car tuning ==
 +
* [[Tuning the car]]
-
== Required Classes ==
+
== car tutorials ==
-
 
+
* [[Creating a car]]
-
These are the only classes you must import in your project in order to make UnityCar work:
+
* [[Getting more cars]]
-
*[[UnityCarPro:Drivetrain|Drivetrain]]
+
* [[Importing cars]]
-
*[[UnityCarPro:Car Dynamics|Car Dynamics]]
+
* [[Car modeling tutorial]]
-
*[[UnityCarPro:Car Controller|Car Controller]]
+
-
*[[UnityCarPro:Wheel|Wheel]]
+
-
*[[UnityCarPro:Wheels|Wheels]]
+
-
 
+
-
 
+
-
== Car Tutorials ==
+
-
 
+
-
*[[UnityCarPro:Creating a car|Creating a car]]
+
-
*[[UnityCarPro:Getting more cars|Getting more cars]]
+
-
*[[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 ==
 +
* [[Getting more tracks]]
 +
* [[Track modeling tutorial]]
-
*[[Getting more tracks]]
+
== configuration ==
-
*[http://supertuxkart.sourceforge.net/Blender_track_modelling_tutorial Track modeling tutorial]
+
* [[Troubleshooting]]
-
 
+
-
 
+
-
 
+
-
== Configuration ==
+
-
 
+
-
*[[UnityCarPro:Troubleshooting|Troubleshooting]]
+
-
*[[UnityCarPro:Setting up ForceFeedBack|Setting up ForceFeedBack]]
+
-
 
+
== Playing ==
== Playing ==
-
 
+
* [[Drifting Techniques]]
-
*[[UnityCarPro:Drifting Techniques|Drifting Techniques]]
+

Revision as of 10:40, 7 April 2015

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.

You can find more about UnityCar Pro and try the live demos 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 here. You can also buy UnityCar Pro on the Unity Asset Store here.

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