Programar Script Unity 3D CSharp - Transform Position y Transform Rotate

Published: 22 August 2022
on channel: GameDev 3D
238
10

Hola Amigos! (MIRA EL COMENTARIO FIJADO)




En el video de hoy les voy a enseñar a usar transform.Rotate y transform.position

Códigos usados:
public float Speed = 15.0f;
public float rotationSpeed 15.0f;
Vector3 move = Vector3.zero;
transform.Rotate(Vector3.forward * Speed * Time.deltaTime);
transform.position += transform.forward * Speed * Time.deltaTime
transform.position = transform.position + new Vector3(x:10, y:0, z:0);


On this page of the site you can watch the video online Programar Script Unity 3D CSharp - Transform Position y Transform Rotate with a duration of hours minute second in good quality, which was uploaded by the user GameDev 3D 22 August 2022, share the link with friends and acquaintances, this video has already been watched 238 times on youtube and it was liked by 10 viewers. Enjoy your viewing!