Jak to działa
Forum

Pytania

Login
Wiadomość
Trykpiarz Newby
Posty: 59
Dołączył: 17.01.2017
Status: Offline

Pomożecie?

28.01.2018, 23:55
Mógłby ktoś napisać skrypt w #c do unity5, chodzi o poruszanie się, jak ktoś może to też skręcanie 4 kół w tym, koła mają nazwy:
-pl
-pp
-tl
-tp
Koła są zrobione na wheelCollider.

Skrypt w java:

#pragma strict
var moc: float;
var skrent : float;
var pl : WheelCollider;
var pr : WheelCollider;
var tl : WheelCollider;
var tp : WheelCollider;

function Start () {

}

function Update () {
pl.motorTorque = moc * Input.GetAxis("Vertical");
pp.motorTorque = moc * Input.GetAxis("Vertical");
tl.motorTorque = moc * Input.GetAxis("Vertical");
tp.motorTorque = moc * Input.GetAxis("Vertical");

pl.steerAngle = skrent * Input.GetAxis("Morizontal");
pp.steerAngle = skrent * Input.GetAxis("Morizontal");
}

Chciałbym coś takiego ale w C#
Rzetelny Społecznik Pomocny Wulgarny Troll
Chat