Saturday 4 April 2015

Unity3D Scroll Credit Tutorial

Unity3D Scroll Credit Tutorial

Easter video series !



























THIS IS Java# script: GOOD 4 2D GAMES AND 3D GAMES !
----------------------------------------­­­­­­­----------------------------------­-­-­-­-­-­-­------

DIRECT DOWNLOAD HERE




THIS IS BACKUP  IN TEXT FORM  TUTORIAL  Scroll Credit

1. Create New java and name it : credit


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


 function FixedUpdate () {
     transform.localPosition.z += 1 * Time.deltaTime;
     transform.localPosition.y += 0.5 * Time.deltaTime;
 }








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

0 comments:

Post a Comment