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);
}
}
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
Tidak ada komentar:
Posting Komentar