|
|
|
|
Title: #2 Unity3D Basics Tutorial: Making a video game
Added: Nov 9, 2009
Author: TornadoTwins
Duration: 9:22
Description:
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/13NEED TO KNOW SOME SCRIPTING BASICS?CLICK HERE:http://www.tornadotwins.com/archives/82Download Unity3D by going to Unity3D dot com
Related Videos:
Videos related to '#2 Unity3D Basics Tutorial: Making a video game'
Channel: Howto
Tags: unity3d videogames making tutorial screencast 3d game design development tornadotwins
unity3d videogames making tutorial screencast 3d game design development tornadotwins
Youtube Comments: 2821
AnotherTryingTime Says:
Feb 5, 2012 - @TheMalikGaming readd the collision script from the ball
AnotherTryingTime Says:
Feb 5, 2012 - @MrGeary08 top comment
TheMalikGaming Says:
Feb 5, 2012 - @AnotherTryingTime ok also the script that he gave doesn't work
MrGeary08 Says:
Feb 5, 2012 - @AnotherTryingTime ok thanks :) but i pu in the script to look just like in the video and and an error message pops up on the bottom that says "Assets/Standard assets/MoveAround.js(5,10): BCE0044: unexpected char: 0xFEFF."and because of this when i click play it says "all compiler errors have to be fixed before you can enter playmode!"do you know why? :/
MrGeary08 Says:
Feb 5, 2012 - @gamepowners88 that happened to me too do u know how to fix it?
Erezul9 Says:
Feb 5, 2012 - To fix the script issue, click the script once, and look in inspector, some of your text has a - through them, simple fix is to rewrite the word, when it tells u (5,10) it is telling you the line the error is located
Erezul9 Says:
Feb 5, 2012 - @MrGeary08 i posted the fix above u
FBmeister13 Says:
Feb 5, 2012 - how come when I make a new scene, there isn't that "floor" like grid on the ground before I make the cube.
MafiaAnimator Says:
Feb 6, 2012 - the links dont work, it goes to the same freaking homepage
ENDEROMAN Says:
Feb 6, 2012 - How would you make minecraft like terrain in the unity?
Paranormal666Finders Says:
Feb 6, 2012 - I dont have the first person contorller prefab
vex1522 Says:
Feb 7, 2012 - The link Move around don't works!When I copy var speed var controller and other things in move around and paste it says error!:(
BigPWilly123 Says:
Feb 7, 2012 - now i dont know any java so im kind of lost on how to code this when it keeps saying it wont play even though it looks like yours. what do i do? i know how to script with c# will it ruin the other tutorials if i were to do it all in c#?
MrGeary08 Says:
Feb 7, 2012 - @Erezul9 thanks a lot!! :D
RSCart101 Says:
Feb 7, 2012 - So i got the move and camera and everything else to work but for the back 2 spheres of the worm even when i have the sphere collider on them they still go through the ground piece (which has the default cube collider) any help? They have the green lines and all that yet still go through
RSCart101 Says:
Feb 7, 2012 - var speed : float = 3.0;var rotateSpeed : float = 3.0;function Update () { var controller : CharacterController = GetComponent(CharacterController); transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); var forward : Vector3 = transform.TransformDirection(Vector3.forward); var curSpeed : float = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(forward * curSpeed);}@script RequireComponent(CharacterController)SimpleMove Thumbs up4 others
Yorghee Says:
Feb 8, 2012 - Someone plz help i need to get the first person controller prefab i don't have it D: plz help if there is another way to access it
LoneIyBear Says:
Feb 9, 2012 - @Yorghee You can right click at you project then go to import package,character controller
macboyMax Says:
Feb 10, 2012 - mine doesnt work! it says i have to put a semicolon at the end but none of you did and it works!
ChronoCZ Says:
Feb 10, 2012 - @ryman297 BIG kiss for U.
ryman297 Says:
Feb 10, 2012 - @ChronoCZ hehe :) no problem ;)
KillerPenguin98 Says:
Feb 11, 2012 - @macboyMax you should because i did the same thing












MrGeary08 Says:
Feb 5, 2012 - Where do i get the Move Around Script??????