Main Page
From UnityCar Wiki
(Difference between revisions)
| (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]]) | ||
| - | + | == Optional Classes == | |
| - | *[[ | + | These classes are optional: |
| - | + | * [[Arcader]] (implementation of the abstract class [[Modifier]]) | |
| - | *[[ | + | * [[Sound Controller]] |
| - | *[[ | + | * [[Car Damage]] |
| - | *[[ | + | * [[Aerodynamic Resistance]] |
| - | *[[ | + | * [[Wing]] |
| - | *[[ | + | * [[Brake Lights]] |
| - | *[[ | + | * [[DashBoard]] |
| - | *[[ | + | * [[Setup]] |
| - | *[[ | + | * [[ForceFeedback]] |
| - | *[[ | + | * [[SteeringWheel]] |
| - | + | * [[FuelTank]] | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | *[[ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| + | == Car Tuning == | ||
| + | * [[Tuning the car]] | ||
== Car Tutorials == | == Car Tutorials == | ||
| - | + | * [[Creating a car]] | |
| - | *[[ | + | * [[Importing cars]] |
| - | *[[ | + | * [http://wiki.vdrift.net/index.php?title=3D_modeling Car modeling tutorial] |
| - | + | ||
| - | *[http://wiki.vdrift.net/ | + | |
| - | + | ||
| - | + | ||
== Track Tutorials == | == Track Tutorials == | ||
| - | + | * [http://supertuxkart.sourceforge.net/Blender_track_modelling_tutorial Track modeling tutorial] | |
| - | + | ||
| - | *[http://supertuxkart.sourceforge.net/Blender_track_modelling_tutorial Track modeling tutorial] | + | |
| - | + | ||
| - | + | ||
== Configuration == | == Configuration == | ||
| - | + | * [[Troubleshooting]] | |
| - | *[[ | + | |
| - | + | ||
| - | + | ||
== Playing == | == Playing == | ||
| - | + | * [http://wiki.vdrift.net/index.php?title=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:
- Drivetrain
- Car Dynamics
- Axles
- Wheel
- Axis Car Controller, Mouse Car Controller, Mobile Car Controller (implementations of the abstract class Car Controller)
Optional Classes
These classes are optional:
- Arcader (implementation of the abstract class Modifier)
- Sound Controller
- Car Damage
- Aerodynamic Resistance
- Wing
- Brake Lights
- DashBoard
- Setup
- ForceFeedback
- SteeringWheel
- FuelTank