|
|
|
|
Title: #5 How to make a video game - Unity Tutorial
Added: Nov 23, 2009
Author: TornadoTwins
Duration: 8:22
Description:
Our worm is ready for battle! Let's add the script we need to get him to shoot the fireballs we made in part4. Unity 3d is the best game engine this side this side of a million dollars, the indie version is free, get it at Unity3D.com. New vids weekly, subscribe to follow along!
Related Videos:
Videos related to '#5 How to make a video game - Unity Tutorial'
Channel: Howto
Tags: unity 3d game engine tutorial shooting fireball development character tornadotwins video wii
unity 3d game engine tutorial shooting fireball development character tornadotwins video wii
Youtube Comments: 1532
ShutUpMouth1 Says:
Apr 6, 2012 - I am getting the same compiler error. Asking for the UnityEngine.Transform to access forward. Anyone know how to correct this?
LOLZ2178 Says:
Apr 7, 2012 - My fireballs aint going any where, any tips?
cakemonstaaah Says:
Apr 9, 2012 - When i press "W" my character jump... wtf?
SmittyHollaAtYoBoy Says:
Apr 10, 2012 - I believe you don't need to use Unity code to program the game?
HookyDruids Says:
Apr 13, 2012 - Of course you need to code.
jergen07 Says:
Apr 14, 2012 - One does not simply make a game without programming
deadpool9876 Says:
Apr 14, 2012 - I have the same problem so i can't find out what to do
grandmasterhsu Says:
Apr 16, 2012 - the problem is AddForce had to be capitalized once that's fixed problem should be solved.thumb this up if it helped and can help everyone else
howardg93 Says:
Apr 20, 2012 - you guys make learning unity easy and fun
sirandrew569 Says:
Apr 22, 2012 - nothing spawns!!!
masterapmark Says:
Apr 29, 2012 - bulletPrefab...>.>, well, I guess it doesn't really matter since it's a variable, as long as you keep it misspelled as bullitPrefab throughout the script.
AgentMatchbox Says:
Apr 29, 2012 - Whenever I press the space bar to shoot, Unity maximizes the game view and pauses the game. How do I make it so that the spacebar does not pause my game?
VivaGamer1 Says:
Apr 30, 2012 - THIS IS AWESOME!
zdawg3579 Says:
May 10, 2012 - Hey, wanna help my friend and i build a game? let me know :) thanks
Maxxe360 Says:
May 13, 2012 - same problem please help
alexdoodd Says:
May 14, 2012 - var speed = 3.0;var rotateSpeed = 3.0;var bullitPrefab:Transform;function Update (){var controller : CharacterController = GetComponent(CharacterController);transform.rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0);var forward = transform.TransformDirection(Vector3.forward);var curSpeed = speed * Input.GetAxis("Vertical");controller.SimpleMove(forward * curSpeed);}@script RequireComponent(CharacterController)
XxCharlesxX69 Says:
May 16, 2012 - I was wondering about that lol
vetis24 Says:
May 19, 2012 - where and how the hell do you learn how to script?!?
crisjg Says:
May 20, 2012 - Can anyone help please? The below error comes up when i try and shoot and i've tried pretty much everything to try and get rid of the error. Please help.NullReferenceException: Object reference not set to an instance of an objectBoo.Lang.Runtime.RuntimeServices.InvokeBinaryOperator (System.String operatorName, System.Object lhs, System.Object rhs)MoveSphereAround.Update () (at Assets/MoveSphereAround.js:17)
SmoothJazzin Says:
May 21, 2012 - Thanks so much these tutorials have been mindblowingly helpful
bros12341 Says:
May 22, 2012 - my bullet isnt showing up!? whats going on? please help!!!
MrMassminer12 Says:
May 25, 2012 - when i press spacebar my character jumps
BIGFATDYNAMITE Says:
May 26, 2012 - I hate javascript i always get errors C# works way better for me.
ArbyArthur Says:
May 30, 2012 - My unity does not work, can you write down the full script plz?












DEATHJUICEFORCANDY Says:
Apr 5, 2012 - hi im having a problem my bullet wont shooot!!! its driving me nuts. im getting this errorNullReferenceException: Object reference not set to an instance of an objectMoveAround.Update () (at Assets/Standard Assets/MoveAround.js:19)scrip tis checked multiple times