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