Unity Tutorial 3: Basic Scripting: Transform (1 / 2)

Publicado el: 05 diciembre 2013
en el canal de: UnityEducationSite
2,839
11

In this tutorial we will learn how to make our little cube move on X axis.

Unity 3D Official Site: http://unity3d.com/

Our Script that we wrote so far:

#pragma strict
var speedOfAnimation : float;
var cube : GameObject;

function Start()
{

}

function Update()
{
cube.transform.position.x += speedOfAnimation;
}


En esta página del sitio puede ver el video en línea Unity Tutorial 3: Basic Scripting: Transform (1 / 2) de Duración hora minuto segunda en buena calidad , que subió el usuario UnityEducationSite 05 diciembre 2013, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,839 veces y le gustó 11 a los espectadores. Disfruta viendo!