Top Comments
All Comments (2,877)
-
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
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 ;)
OfficialNoobSquad 2 weeks ago 12
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
RSCart101 3 weeks ago 11