#2 Unity3D Basics Tutorial: Making a video game

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
508,786
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Nov 9, 2009

Step by step tutorial on how to make a 3d game using Unity3D (now free!). Subscribe to stay updated!!! New vids weekly.

MOVE AROUND SCRIPT:
http://www.tornadotwins.com/archives/13

NEED TO KNOW SOME SCRIPTING BASICS?
CLICK HERE:
http://www.tornadotwins.com/archives/82

Download Unity3D by going to Unity3D dot com

Category:

Howto & Style

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Top Comments

  • IF you have the latest version there is the download link to get island map ht tp://uni ty3d.co m/sup port/resources /example -projects/is landdemo

    Thumbs up so people can see ;)

  • var speed : float = 3.0;

    var rotateSpeed : float = 3.0;

    function Update () { var controller : CharacterController = GetComponent(CharacterControll­er); transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); var forward : Vector3 = transform.TransformDirection(V­ector3.forward); var curSpeed : float = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(forward * curSpeed);

    }

    @script RequireComponent(CharacterCont­roller)

    SimpleMove Thumbs up4 others

see all

All Comments (2,877)

Sign In or Sign Up now to post a comment!
  • It doesn't show "Edit" when I make a javascript HELP!!!

  • @thenachotech Same here!

  • HEY, WHAT ABOUT THAT ERRORS AND BUGS IN ALL UNITY RESOURCES??? NONE OF THEM CAN PLAY!!!!!!!

  • @thenachotech I got that same error. -_- lol

  • i need help there is an error that says unexpected char. 0xAD

  • @RSCart101 Why am i getting compiler errors when I use this code?

  • Thanks guys! it help my a lot, now i'm going to understand a little bit how it works, but im sure that i'm going to see your next video's and i wil rate 5 stars :)

  • How would you script or code so that when a character reaches or is on top of a cube, it wins the game and the game ends. would it be (im not at all a coder so my coding grammar if you will is not great) if {GameObject(redPlayer) = x,y,z(filling in coordinates of the game winning cube).......or instead of coordinates would you put GameObject(winningPlatform)???­? please help!

  • Amazing tutorials you have here! Thanks a lot!!

  • you cant get dam coding from gameprebs what the hell someone help me

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more