Tuesday, 3 March 2015

Unity3D TUTORIAL: 23 Simple Planet orbit

Unity3D TUTORIAL: 23 Simple Planet orbit







Unity3D TUTORIAL: 23 Simple Planet orbit

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



DIRECT DOWNLOAD HERE


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

THIS IS BACKUP  IN TEXT FORM  TUTORIAL 23

1. Create New java and name it :
SimplePlanetOrbit

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

#pragma strict

var rotationSpeed = 5;

function Update() { transform.Rotate(0,rotationSpeed * Time.deltaTime,0); }



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

0 comments:

Post a Comment