Unity tutorial : Make Star Wars like text in Unity 3d - 40 sec

Advertisemen



Unity tutorial on how to make star like text within 40 secs.

Sorry guys forgot to add text move movement.  Attach the script with the following code to the text to make it move.

using UnityEngine;
using System.Collections;

public class moveIntroStarWar : MonoBehaviour 
{
    
    // Update is called once per frame
    void Update () 
    {
        transform.Translate(0, 0.2f, 0);
    }
}


Thanks for watching, please subscribe for more.

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