Unity 3D Simple AirplanePropeller Tutorial

Advertisemen

Unity 3D Simple AirplanePropeller Tutorial


































DIRECT DOWNLOAD HERE









THIS IS BACKUP  IN TEXT FORM  TUTORIAL 

1. Create New C# and name it : AirplanePropeller


2. Copy & Past this text and save C# :
----------------------------------------­­­­­------------------------------------­-­-­-­-­-


using UnityEngine;
using System.Collections;

public class AirplanePropeller : MonoBehaviour {

public Vector3 Axis = Vector3.one;
void Start () {
}
// rotation along the Axis
private void FixedUpdate ()
{
this.transform.Rotate(Axis * Time.fixedDeltaTime);
}
}








 ----------------------------------------­­­­­------------------------------------­-­-­-­-­-





















Advertisemen

Disclaimer: Gambar, artikel ataupun video yang ada di web ini terkadang berasal dari berbagai sumber media lain. Hak Cipta sepenuhnya dipegang oleh sumber tersebut. Jika ada masalah terkait hal ini, Anda dapat menghubungi kami disini.

Tidak ada komentar:

Posting Komentar

© Copyright 2017 Tutorial Unity 3D