Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
2012-01-09 11:58:59 (12 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    22[[Image(http://www.edy.es/unity/Offroader/Offroader-1-small.jpg)]] 
    33 
    4 Edy's Vehicle Physics is a set of scripts for developing fun and realistic vehicles in your game with [http://www.unity3d.com Unity 3D]. It's based on the Unity's standard !WheelCollider component. Includes: 
     4Here you can find all the documentation and reference for using the project. 
    55 
    6  * A complete, fully working demo project 
    7  * Prefabs for building new scenes easily 
    8  * 4 pre-made vehicles with different features and behaviors 
    9  * Version archive via GIT repository 
    10  * Full documentation, features and tutorials. 
     6For generic information, download, gallery, live demo, etc. please visit [http://www.edy.es/dev/vehicle-physics Edy's Vehicle Physics showcase page]. 
    117 
    12 == Getting started == 
    13 '''README:''' [wiki:README Edy's Vehicle Physics overview and features][[BR]]'''Live demo:''' [http://www.edy.es/unity/offroader.html Play Edy's Vehicle Physics demo project][[BR]]'''Videos:''' [http://www.youtube.com/user/EdyJ#grid/user/B7AEBA14B84643F2 Watch the Vehicle Physics in action at Youtube][[BR]]'''Tutorial:''' [wiki:VehiclePhysicsTutorial Building a new scene with vehicles] 
     8== Setting up == 
    149 
    15 == Get the Vehicle Physics! == 
    16 Edy's Vehicle Physics can be purchased in two ways: 
    17  
    18  * At the '''[http://u3d.as/content/edy/edy-s-vehicle-physics/1Ba Unity Asset Store]'''. The package and further updates will be available inside Unity for importing into your project.[[BR]]If you want to access the GIT repository here then send me a message (!edytado@gmail.com) including your Asset Store invoice number. Please allow 24-48 hours to receive an email with instructions.[[BR]] 
    19  * By '''!PayPal'''. Send $55 to the !PayPal account !edytado@gmail.com. The package will be available to you either as [wiki:GitSetup GIT repository] or [http://projects.edy.es/webdav/edy_vehicle-physics/ single file download]. Please allow 24-48 hours to receive an email with instructions. 
    20  
    21 ==== Already purchased / contributed? ==== 
    22 Please write me to !edytado@gmail.com with the Asset Store invoice number or your !PayPal email / transaction id. 
    23  
    24 If you contributed to the [http://forum.unity3d.com/threads/47366-New-Unity-Car-Tutorial-GTA4-Vehicle-Replica-Project-4050 GTA4 Vehicle Replica Project] then please let me know your old Codaset user name so I could replicate your account in the new project's page. 
    25  
    26 == Download the project == 
    27  * Directly from the Asset Store in Unity (if you have purchased it there) 
    28  * or download the unitypackage file from the [http://projects.edy.es/webdav/edy_vehicle-physics/ project's files page] 
     10 * Download & import directly from the Asset Store in Unity (if you have purchased it there) 
     11 * or download the unitypackage / zipped project from the [http://projects.edy.es/webdav/edy_vehicle-physics/ project's files page] 
    2912 * or [wiki:GitSetup clone the GIT repository]. 
    3013 
     
    3215 
    3316==== Missing scripts? ==== 
    34 Import the package into a '''completely empty''' project. Existing files, specially from the standard assets, may cause some files not to be imported resulting in compilation errors. 
     17Import the unitypackage into a '''completely empty''' project. Existing files, specially from the standard assets, may cause some files not to be imported resulting in compilation errors. 
     18 
     19Or you can [http://projects.edy.es/webdav/edy_vehicle-physics download the entire project as ZIP file] and open it directly in Unity. 
     20 
     21== Tutorial == 
     22 
     23[wiki:VehiclePhysicsTutorial Building a new scene with vehicles] 
    3524 
    3625== Reference ==