@Pvsmuntje yes , you can import files from maya , blender , 3d studio max and another lots of programs , watch all videos of tutorial to know more about it .
help me please i typed the entire code over put it on the sphere and it says fix all compile errors before entering play mode I did not type antything wrong PLEASE HELPPP
Hello, Im looking to start a new big project using Unity 3D. I would like to start a new team of designers where we can create an new MMORPG that im positive will work. I would love to get started as soon as possible, since the ideaI have will take many months and a lot of time. But once its finished it will be soooo worth it. So please msg me and we will begin to create a new team!
but i cant drag and drop anything on the left hand side screen by what i can see the FPS view...i downloaded the Unity 3D 3.4.0 from torrent. can u download the same and test it and then plz make a tutorial on that? i am looking forword.please help.sorry for bad english.
my character can't go on top of objects. Not even small slants from the ground. What should I do? Oh and whats the script to smooth follow? I didn't get it with the program.
unity wont let me rotate some objects it will rotate but as soon as i reopen unity or play the game the objects go back to a vertical position and unity when ever i rotate a cube it makes it shaped funny its hard to describe but it distorts it and makes it into a parrallelogram
omfg im so fucking pissed everything i do in unity is followed by nothing but errors ive watched all these vids ive researched every single error ive had with the game and scripting FOR DAYS but it seems that im always the only one in the fucking world with these problems. first off ive tryed this script and TONS of others like it in the comments and every where else but most of them are just stupid or always get a unexpected char for no reason and unity wont allow me to rotate some objects
@RabbitsFTW you can download the island example project from the unity website if you want anyway :D which includes the smooth follow script etc. so i downloaded it just for that :P
Assets/Editor/CopyMoodBox.cs(7,12): error CS0246: The type or namespace name `MoodBoxData' could not be found. Are you missing a using directive or an assembly reference?
this eerror is comming that to do plzzzzxzz tell me
@sk8erBilly1232 i had this problem, next to game the should be a tab called 'scene' click that and it's that, if you dont have that tab, right click it and add the 'scene' tab. Hope that helps you :)
***HOW CAN I GET THE ISLAND MAP THING? IT DOWNLOADED AN UPDATED VERSION OF UNITY 3D AND ITS A DIFFERENT MAP, ITS FUTUREISTIC*** Help? (its only cap to get your attention)
@DRAGONIRONFIST You don't need to have the script if that is why you need it, you can just rewrite that from looking at the video. If you actually want the map, the link is unity3d.com/support/resources/example-projects/islanddemo
@xTheSkace im sorry, but im new at this, and im making a game map for a contest lol, i need the assetc of the island like he says in the video, how can i get the assests of the island?
Look, I got SO EXCITED that i could make a game but, When I try to edit the script THERE IS NO EDIT BUTTON! and this is the ONLY reason why i CANT make this game! PLEASE REPLY!!!!
@officiallipsey Have you added a point light? If yes, tap on your cube and look at the inspector panel. Look at mesh renderer and make sure that the material is set to default. To change this, tap the circle shape next to the material (default is called default-diffuse material) and search for any material resembling a default material (grey in point light)
@officiallipsey If that doesn't work, look under the name(default to cube) in the Inspector panel and make sure that the Layer is set to default, not Transparent.
@officiallipsey Hey. To edit the script, just double tap the script in your Project panel. This should open up another window where you can type in the window, thus editing it.
@xTheSkace Well The JavaScript Just opens up another application and then it disappears. I cant edit it because there is no edit button and double tapping doesnt work.
@officiallipsey hmm.. no idea why. Does it open up a window but you can't open it? Does it do nothing at all? Try to search for it ( MonoDevelop ) and try opening it through there and if that doesn't work try reinstalling unity and if you've done that install an older version of unity..
I guess I'm late for this tutorial but the smooth follow doesn't exist. I get another project. Plus I'm doing a new one. Can I get the js code for the smooth follow or some resources I can read so I would be able to create my own.
why cant i enter play mod when i press play it says all compiler errors must be fixed to enter playmode all i did was put the floor down like you did and press play
um when i put the thing in why does an error message appear saying "Then name Character Controller does not denote a valid type('not-found') can someone please help
hello , im new with this and im trying to learn how to make a game but the part of the first person controler i dont have it :( its supposed to be in the proyects tab but isnt there :( can someone help me pls
Help!!! I have copied the whole script down again because I had to start the tutorial over, but with the new unity there is no CharacterController prefab, is there any substitute?
@spike117117 I fixed this but now im stuck on the 15th line. It says Controller.SimpleMove but i get the compiler issue Uknown Identifier 'Controller'. Thanks for any help, sorry about my last post :)
@spike117117 you don't need the CharaterController prefab in this project as it is for FPS games. However, if you need it the link is here unity3d.com/support/resources/example-projects/islanddemo
I cant get the script to work have been trying in a load of diffrent ways, but i get these 3 messages: Assets/MoveAround.js(1,16): UCE0001: ';' expected. Insert a semicolon at the end.
"Assets/move.js(7,19): BCE0018: The name 'charactercontroller' does not denote a valid type ('not found'). Did you mean 'UnityEngine.CharacterJoint'?"
not working help var speed = 3.0: var rotatespeed = 3.0; function Update () { var controller : CharacterController = GetComponemt(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); // Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Virtical"); controller.SimpleMove(forward * curspeed); } @script RequireComponent(CharacterController)
I have a little problem, I assume its a difference in unity 3.4. The sphere is just rotating around the Y axis, no moving forward or backward. How can I fix it?
@OfficialAikklo rotateSpeed, 0); //move forward / backward var forward = - WROOOOOOOOOOOOONG because //move forward / backward var forward =is a comment but we need var forward = as a script
how do you get first person on the new update
penknife1234 1 day ago
Are there pre-loaded 3D worlds and models I can import to use in my projects?
Pvsmuntje 1 day ago
@Pvsmuntje yes , you can import files from maya , blender , 3d studio max and another lots of programs , watch all videos of tutorial to know more about it .
AnotherTryingTime 1 day ago in playlist Mais vídeos de TornadoTwins
KarolinaKrew 2 days ago
where do i get the first person controller prefab?
MellowMacaroniMan 2 days ago
Good tut, cheers
Nastypsychoboy 2 days ago
How to I make the wire-frame at the bottom appear? Everything is a single shade of grey without the outline of the floor.
carlosdejuan14 2 days ago
pastebin . com /giLr7zSJ
There's the full script from Moving to Shooting (:
credits to me, please thumbs up so everyone can see.
AnotherTryingTime 4 days ago 7
help me please i typed the entire code over put it on the sphere and it says fix all compile errors before entering play mode I did not type antything wrong PLEASE HELPPP
gamepowners88 4 days ago
@gamepowners88 ya i have the same problem
DaGercho 4 days ago in playlist Favorite videos
Comment removed
AnotherTryingTime 3 days ago in playlist Make a Videogame from Scratch - Tutorials
that is the script that doesnt work below
todaywiththeCJB 5 days ago in playlist Make a Videogame from Scratch - Tutorials
var speed = 3.0;
var rotateSpeed = 3.0;
function Update ()
{ var controller : CharacterController = GetComponent(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); //Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(forward * curSpeed);
}
@script RequireComponent(CharacterController)
todaywiththeCJB 5 days ago in playlist Make a Videogame from Scratch - Tutorials
notwork
var speed = 3.0;
var rotateSpeed = 3.0;
function Update ()
{ var controller : CharacterController = GetComponent(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); //Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(forward * curSpeed);
}
@script RequireComponent(CharacterController)
todaywiththeCJB 5 days ago in playlist Make a Videogame from Scratch - Tutorials
THANK YOU SO MUCH IVE BEEN LOOKING FOR THIS FOR LIKE DAYS
Minecraft708 5 days ago
enough annotions
clarifaxon 5 days ago
the script doesnt work on mine. how do you get the script anyway
todaywiththeCJB 5 days ago in playlist Make a Videogame from Scratch - Tutorials
This has been flagged as spam show
Hello, Im looking to start a new big project using Unity 3D. I would like to start a new team of designers where we can create an new MMORPG that im positive will work. I would love to get started as soon as possible, since the ideaI have will take many months and a lot of time. But once its finished it will be soooo worth it. So please msg me and we will begin to create a new team!
BlackoutCa 6 days ago
DAMN it my sphere is rotating in circles
hotips1 6 days ago
Comment removed
danne939 1 week ago in playlist Make a Videogame from Scratch - Tutorials
hey men dou have the script for c# ???
andressh54 1 week ago
need help @ im using UNITY 3D 3.4.0 and i dont have the option "first person controller" under prefab.what shall i do? any one can help me?
mrutsavdey 1 week ago
var speed : float = 3.0;
var rotateSpeed : float = 3.0;
function Update ()
{ var controller : CharacterController = GetComponent(CharacterController); //Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); //Move forward / backwards var forward : Vector3 = transform.TransformDirection(Vector3.forward); var curSpeed : float = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(forward * curSpeed);
}
Shaunguy17 1 week ago
i <3 you guys!
shukfahid 1 week ago
did you add a physical property to it?
matt101495 1 week ago
My sphere wont move around. I added the script to it but it wont work. It doesn't even fall down.
FriendlyCreeperTV 1 week ago
How to get island demo:
Step 1: go to Unity3d website
Step 2: Click gallery
Step 3: Click demos
Step 4: Click the tropic paradise demo
Step 5: click download project.
LabEntZ 1 week ago
@LabEntZ doesn't work though (atleast by me)
martijnenco 1 week ago
learn some programming lol
a and this is pie
Jinx919 1 week ago
Hey how come i dont get a grid like u do?
GameReviewer1337 1 week ago
Hi. I entered the exact script that was on the video, but there were a bunch of compile errors. How can I fix this?
blacksunproductions2 1 week ago
:((( Error
HPLilysSmile 1 week ago
Theres no smoothfollow
HackTheGalaxy 1 week ago
if you look at the code he shows in the tutorial, copy that, but replace (*Vertical*) with ("Vertical"). VERY IMPORTANT!!!!!!!!!!!!
sC11190 1 week ago
I downloaded unity but it didnt come with the island demo or any other demo. is it only for the Pro Version?
sC11190 1 week ago in playlist Make a Videogame from Scratch - Tutorials
yes ay hawe som angrybots
nikniks12 1 week ago
WHY ARENT YOU ANSERING ANY OF OUR QUESTIONS.......(-.-t)
strikink252 2 weeks ago
/*MoveAround.js*/ var speed = 3.0; var rotateSpeed = 3.0; 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)
alsiony 2 weeks ago
i keep trying to test it, but it says: All Compiler Errors have to be fixed before you can enter playmode. HALP?
CraftingTheMine 2 weeks ago
It wont let me put the code in
TheYKGBUBBA 2 weeks ago
there is no fucking island!!!!!!!!!!!!!!!!!!!
Unertragbar 2 weeks ago
@Unertragbar
exactly!!!!!
sC11190 1 week ago in playlist Make a Videogame from Scratch - Tutorials
I can't get the moving script to work. PLEASE HELP!
Gameguysak 2 weeks ago
but i cant drag and drop anything on the left hand side screen by what i can see the FPS view...i downloaded the Unity 3D 3.4.0 from torrent. can u download the same and test it and then plz make a tutorial on that? i am looking forword.please help.sorry for bad english.
mrutsavdey 2 weeks ago
Comment removed
jaimeagarcia84 2 weeks ago
i went to the website to get the codeing and couldnt find it
firemanstar 2 weeks ago
I am so mad. I don't have the freaking smoothfollow script. I'm looking for another tutorial!
tinymerubiks 2 weeks ago
SOMEBODY POST THE SMOOTHFOLLOW SCRIPT PLEASE!
awojtila1996 2 weeks ago
@awojtila1996
You can get the island demo here. unity3d.com/support/resources/example-projects/islanddemo
tinymerubiks 2 weeks ago
yeap, but if you are running unity 5.3 you won't be able to run the example.
it so frustrating. !!
jaimeagarcia84 2 weeks ago
my character can't go on top of objects. Not even small slants from the ground. What should I do? Oh and whats the script to smooth follow? I didn't get it with the program.
jcwbeaton 2 weeks ago
can somebody post the actual smoothFollow script so i can copy it? when i started unity there was no island demo.
awojtila1996 2 weeks ago
man i dont have that "first person controller prefab" ... what shall i do? i am using unity 3d 3.4.0. please help me.
mrutsavdey 2 weeks ago
@mrutsavdey You don't need it he was just using it as a demo.
tinymerubiks 2 weeks ago
unity wont let me rotate some objects it will rotate but as soon as i reopen unity or play the game the objects go back to a vertical position and unity when ever i rotate a cube it makes it shaped funny its hard to describe but it distorts it and makes it into a parrallelogram
JACKELK1LLER 2 weeks ago
omfg im so fucking pissed everything i do in unity is followed by nothing but errors ive watched all these vids ive researched every single error ive had with the game and scripting FOR DAYS but it seems that im always the only one in the fucking world with these problems. first off ive tryed this script and TONS of others like it in the comments and every where else but most of them are just stupid or always get a unexpected char for no reason and unity wont allow me to rotate some objects
JACKELK1LLER 2 weeks ago
i dont got the smoothfollow script how do i make one?
IdontWannaKnowY 2 weeks ago
@IdontWannaKnowY I don't either. :(
tinymerubiks 2 weeks ago
For first person controlling is there any way to shut off the mouse rotating so that every time you move (turn left, right) it will rotate with it?
officiallipsey 2 weeks ago
Comment removed
IdontWannaKnowY 2 weeks ago
How come I cant edit the Javascript
Ryamura 2 weeks ago
@Ryamura MY TO! >:|
HPLilysSmile 1 week ago
brilliant.. thank you :)
Cosm07 2 weeks ago
So how do make it for PS3 / Xbox / Wii
WildWilliam11 2 weeks ago
omg i love you guys you just boosted my dream into a reality
GOd bless you guys
thepopojerry 2 weeks ago
the page with the code is down
noesabie 3 weeks ago 14
@noesabie
var speed = 3.0;
var rotateSpeed = 3.0;
function Update ()
{ var controller : CharacterController = GetComponent(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); // Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Vertial"); controller.SimpleMove(forward * curSpeed);
}
@script RequireComponent(CharacterController)
BDMachinimas 2 weeks ago
thanks
colenemeth 3 weeks ago
i dident get the island i got some kind of space thing help?
RabbitsFTW 3 weeks ago
@RabbitsFTW they updated it, dont worry
andylinkproductions 3 weeks ago
@RabbitsFTW you can download the island example project from the unity website if you want anyway :D which includes the smooth follow script etc. so i downloaded it just for that :P
CAPTINBARNEY 3 weeks ago
Assets/Editor/CopyMoodBox.cs(7,12): error CS0246: The type or namespace name `MoodBoxData' could not be found. Are you missing a using directive or an assembly reference?
this eerror is comming that to do plzzzzxzz tell me
goar132 3 weeks ago in playlist Liked videos
how to add grid to the game can someone tell me
goar132 3 weeks ago in playlist Liked videos
public var MoveSpeed: float = 15;
public var MoveLSpeed : float = 5;
function Update () { var MoveFWD : float = Input.GetAxis("Vertical")* Time.deltaTime * MoveSpeed ; var MoveLeft : float = Input.GetAxis("Horizontal")* Time.deltaTime * MoveLSpeed; var MoveDown : float = Time.deltaTime * -10; // applys a small vert velocity var controller = GetComponent(CharacterController); controller.Move(Vector3(MoveLeft, MoveDown, MoveFWD));
}
@script RequireComponent (CharacterController)
slashfolife 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials 12
@slashfolife is this the correct script to use for this
grose34 1 week ago
tornadotwins i made the script for moving around and applied it to the object i wana move but when i run the game it wont move.
TheNewbmoviemaker 3 weeks ago
@TheNewbmoviemaker You typed something in wrong, Due to a fault or missing thing you typed, you will not be able to run the script o.O
MrGamecrazy3232 2 weeks ago
@MrGamecrazy3232 could you help out?
TheNewbmoviemaker 2 weeks ago
um what does it mean when it says compiler error???
th3poss33patrol 3 weeks ago
@th3poss33patrol The code didn't compile, obviously. Make sure there are no typos.
Chubzdoomer 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
can someone tell me the move around script? i can't find it?
sk8erBilly1232 3 weeks ago
Awesome tutorials
Stevgogo77 3 weeks ago
so uhh.. i am not gonna pay money for some.. script..
sk8erBilly1232 3 weeks ago
uhmm.. i don't have a grid bottom. its just grey. help?
sk8erBilly1232 3 weeks ago
@sk8erBilly1232 i had this problem, next to game the should be a tab called 'scene' click that and it's that, if you dont have that tab, right click it and add the 'scene' tab. Hope that helps you :)
ryman297 3 weeks ago
@ryman297 aww thanks bro! and i have one more problem. i need the script.... move around script(: lol. help?
sk8erBilly1232 3 weeks ago
Comment removed
ryman297 3 weeks ago
@sk8erBilly1232
i can't fit it on here so..
(delete the spaces)
h t t p: // pastebin . c o m/ Fd1Sp2fp
don't worry it's a safe website
ryman297 3 weeks ago
Why isn't there a "Edit" button ??????????
Why can't found the code can you please copy and past it in description....thanks :)
What if i want the first person to be a human?????
Please respond i really need the answers...
TheAron422 3 weeks ago
Smoothfollow script:
unity3d.com/support/documentation/ScriptReference/Mathf.SmoothDampAngle.html
Tardaasa 3 weeks ago
i dont have the prefab thing. so how am i supposed to play now?!
rriiuu 3 weeks ago
if you want it to have a first player and you want it to be a human how to you do that
501superdude1 3 weeks ago
hi sorry i just had a small problem when i insert the cube it only shows a cube not the whole floor ?
Any and all help is appreciated :)
CryptekGames 3 weeks ago
When i do the PointLight i don't see eny lght PLEASE HELP ME!!!
mikaachten 3 weeks ago
omg the link does'nt even work.
DemureSeahorse 3 weeks ago
i cant move left and right HELP!!!!
MinEcraFTZXz 3 weeks ago
***HOW CAN I GET THE ISLAND MAP THING? IT DOWNLOADED AN UPDATED VERSION OF UNITY 3D AND ITS A DIFFERENT MAP, ITS FUTUREISTIC*** Help? (its only cap to get your attention)
DRAGONIRONFIST 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@DRAGONIRONFIST You don't need to have the script if that is why you need it, you can just rewrite that from looking at the video. If you actually want the map, the link is unity3d.com/support/resources/example-projects/islanddemo
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@xTheSkace im sorry, but im new at this, and im making a game map for a contest lol, i need the assetc of the island like he says in the video, how can i get the assests of the island?
DRAGONIRONFIST 3 weeks ago
@DRAGONIRONFIST they are in the island demo download folder.
xTheSkace 3 weeks ago
Look, I got SO EXCITED that i could make a game but, When I try to edit the script THERE IS NO EDIT BUTTON! and this is the ONLY reason why i CANT make this game! PLEASE REPLY!!!!
officiallipsey 3 weeks ago
@officiallipsey Also My Cube Is invisible, It will not appear if i click off the screen its just an outline.
officiallipsey 3 weeks ago
@officiallipsey Have you added a point light? If yes, tap on your cube and look at the inspector panel. Look at mesh renderer and make sure that the material is set to default. To change this, tap the circle shape next to the material (default is called default-diffuse material) and search for any material resembling a default material (grey in point light)
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@officiallipsey oops osrry, I think you need to look at the Sphere Collider (add physics)
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@officiallipsey If that doesn't work, look under the name(default to cube) in the Inspector panel and make sure that the Layer is set to default, not Transparent.
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@officiallipsey Hey. To edit the script, just double tap the script in your Project panel. This should open up another window where you can type in the window, thus editing it.
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@xTheSkace Well The JavaScript Just opens up another application and then it disappears. I cant edit it because there is no edit button and double tapping doesnt work.
officiallipsey 3 weeks ago
@officiallipsey hmm.. no idea why. Does it open up a window but you can't open it? Does it do nothing at all? Try to search for it ( MonoDevelop ) and try opening it through there and if that doesn't work try reinstalling unity and if you've done that install an older version of unity..
xTheSkace 3 weeks ago
@xTheSkace I think I got it to work so nevermind
officiallipsey 3 weeks ago
google this and click on the first link
unity3d script for moving around
Chaos874 3 weeks ago
I guess I'm late for this tutorial but the smooth follow doesn't exist. I get another project. Plus I'm doing a new one. Can I get the js code for the smooth follow or some resources I can read so I would be able to create my own.
xHybridSoul 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@xHybridSoul unity3d.com/support/resources/example-projects/islanddemo should be in the project once you dl it.
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
when i go on the screen is blue plz help
thewalrusfamily1 3 weeks ago
why cant i enter play mod when i press play it says all compiler errors must be fixed to enter playmode all i did was put the floor down like you did and press play
2centthompson 3 weeks ago
um when i put the thing in why does an error message appear saying "Then name Character Controller does not denote a valid type('not-found') can someone please help
DarkV0idProductions 4 weeks ago
i can't find the move script on your site and the script of saintcharlezful wand work.
can someone give me the working script please.
(tornadotwins can you make a search on your website)
coolbartman1 4 weeks ago in playlist Meer video's van TornadoTwins
hello , im new with this and im trying to learn how to make a game but the part of the first person controler i dont have it :( its supposed to be in the proyects tab but isnt there :( can someone help me pls
GloWx1 4 weeks ago
right?
var speed = 3.0;
var rotateSpeed = 3.0;
function update()
{ var controller : CharacterController = GetComponent(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); // Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Vertical"); controller.SimpleMove(foward * curSpeed);
}
@script RequireComponent(CharacterController)
saintcharlezful 4 weeks ago
Help!!! I have copied the whole script down again because I had to start the tutorial over, but with the new unity there is no CharacterController prefab, is there any substitute?
spike117117 4 weeks ago
@spike117117 I fixed this but now im stuck on the 15th line. It says Controller.SimpleMove but i get the compiler issue Uknown Identifier 'Controller'. Thanks for any help, sorry about my last post :)
spike117117 4 weeks ago
@spike117117 you don't need the CharaterController prefab in this project as it is for FPS games. However, if you need it the link is here unity3d.com/support/resources/example-projects/islanddemo
xTheSkace 3 weeks ago in playlist Make a Videogame from Scratch - Tutorials
@xTheSkace Thanks:)
spike117117 3 weeks ago
My version doesnt have smooth follow in the search, can someone please for the love of god put the script up!
saintcharlezful 4 weeks ago
when you have your scripts written how does it get into your project????\
trallaton 1 month ago
Instead of First Person Controller Prefab could it be PlayerPrefab
FalloutGod17 1 month ago
Does unity doesn't have the grid anymore? I create a new scene but there's no grid and it's really bothersome.
dragonliger 1 month ago
@dragonliger XP got it working. by clicking the "picture-like" button. I think almost all novices will find it useful.
dragonliger 1 month ago
Comment removed
MacintoshBourne 1 month ago
Comment removed
MacintoshBourne 1 month ago
Could you please give me the script for the SmoothFollow script in the video.
Xekrah 1 month ago
It only comes up with SmoothFollow2D for me. Please help.
Xekrah 1 month ago
Can you use source engine on this? im more use to source XD
Derpkips31415 1 month ago
I got the Angry bots thing can you help me with that because i cant figure it out i got the person to shoot but he cant move
meowintreeclover 1 month ago
i cant figure out the script, it keeps telling that all errors have to be fixed before i can enter playmode
wannabeers 1 month ago
i need the script because i always getting an error
1234567873098 1 month ago
Doesn't move, the script is correct. Someone help? This is frustrating :/
rockdeath 1 month ago in playlist Make a Videogame from Scratch - Tutorials
did you make the game wolfteam
rawkstarr111 1 month ago
i look for the fristperson perfab but i cant see it or maybe dont have it
TheMCRAFTX 1 month ago
how to zoom in and out of camera because i have accidentally clicked new project and its all zoomed in
abdullahmansoor1 1 month ago
I can't find the smooth follow script please help me
BlckMinecrafter 1 month ago
Seth Green? is that you?
RiceGamerZ 1 month ago
This has been flagged as spam show
@TornadoTwins sphere doesn't move horizontal
var speed = 3.0;var rotateSpeed = 3.0;function Update (){var controller : CharacterController = GetComponent(CharacterController);
//Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0);
// Move forward / backward var forward = transform.TransformDirection(Vector3.forward);
var curSpeed = speed * Input.GetAxis ("Vertical");controller.SimpleMove(forward * curSpeed);}
@script RequireComponent(CharacterController)
vamankad 1 month ago
C# is a peace of s**t! Nobody knows how to use that. I can't understand his errors when i want to do something.
TheLiverX 1 month ago
This has been flagged as spam show
You need to fix the spaces and stuff since youtube mess that up:
var speed = 3.0;
var rotateSpeed = 3.0;
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)
iDragonflies 1 month ago
Comment removed
iDragonflies 1 month ago
Comment removed
iDragonflies 1 month ago
I cant get the script to work have been trying in a load of diffrent ways, but i get these 3 messages: Assets/MoveAround.js(1,16): UCE0001: ';' expected. Insert a semicolon at the end.
Assets/MoveAround.js(1,16): BCE0043: Unexpected token: ;.
Assets/MoveAround.js(5,9): BCE0044: unexpected char: 0xFEFF.
anyone knows what i can do?
RtardGnomes 1 month ago
when i paste it to sphere it told me to wait for compilation
armarm1212 1 month ago
Foreign Seth Green? Is that you?....
kevintothe11 1 month ago
I got a problem
I've set up new project With all the Standard assets (assigned charactercontroller to the sphere)
wrote down the movearound script.
but it doesn't actually move when I test it out..
what do I do?
note that I started new project as my Unity 3d is newer version so it doesn't include Islanddemo (I even downloaded island demo but it didn't work)
Insidious969 1 month ago
Comment removed
Insidious969 1 month ago
what you have to buy stuff to make a video game thats stupit it should already have what you need to make a video game
DRAGONDINOGIRLEADER1 1 month ago in playlist how to create video games
Great.. When I paste the code I get this error:
"Assets/move.js(7,19): BCE0018: The name 'charactercontroller' does not denote a valid type ('not found'). Did you mean 'UnityEngine.CharacterJoint'?"
Szoki666 1 month ago
Comment removed
Insidious969 1 month ago
i don't have smooth fallow
BlackOpNoobs3 1 month ago in playlist Make a Videogame from Scratch - Tutorials
This has been flagged as spam show
jkiop45 1 month ago
var speed = 3.0;
var rotateSpeed = 3.0;
function update()
{ var controller : CharacterController = GetComponent(CharacterController);
//rotate around 7 - axis
transform.rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0);
//move forward / backward
var forward = transform.TransformDirection(Vector3.Forward);
var curSpeed = speed * Input.GetAxis ("vertical"); controller.SimpleMove(forward * curSpeed); }
@script RequireComponent(CharacterController)
MacintoshBourne 1 month ago
I have a little problem, I assume its a difference in unity 3.4. The sphere is just rotating around the Y axis, no moving forward or backward. How can I fix it?
baxet94 1 month ago
var speed = 3.0;|
var rotateSpeed = 3.0;
function update()
{ var controller : CharacterController = getComponent(CharacterController); //rotate around 7 - axis transfrom.rotate(0, input.GetAxis (¨Horizontal¨) * rotateSpeed, 0); //move forward / backward var forward = Transform.TransformDirection(Vector3.Forward); var curSpeed = speed * Input.GetAxis (¨vertical¨); controller.SimpleMove(forward * curSpeed); } @script RequireComponent(CharacterController)
OfficialAikklo 1 month ago 22
@OfficialAikklo y - axis not 7
sindrecool1 1 month ago
This has been flagged as spam show
@OfficialAikklo rotateSpeed, 0); //move forward / backward var forward = - WROOOOOOOOOOOOONG because //move forward / backward var forward =is a comment but we need var forward = as a script
TheLiverX 1 month ago
@OfficialAikklo i copied this - nothing then i rewrited myself from video and its working.
i dont know why, maybe youtube copy paste sucks but here it is h t t p : / / pastebin. c o m / Fd1Sp2fp :D
SuperSpajky 1 month ago
i tried to download on windows 7 but it told me after it finished to run in administrator mode!!!!!
there isnt even an icon!!!!!!?????
camkids2000 1 month ago
were is the project
70marelis 1 month ago
wow I have no idea where to find that movearound script on their website please help
Flem9971 1 month ago
Cant find That Prehab...
hasse951 1 month ago
All compiler errors have to be fixed before you can enter playmode!
UnityEditor.SceneView:ShowCompileErrorNotification() ?
hasse951 1 month ago
@hasse951 I had the same problem.. Import the character controller asset!
Szoki666 1 month ago
sphere doesn't move horizontal!!!!
var speed = 3.0;
var rotateSpeed = 3.0;
function Update ()
{var controller : CharacterController = GetComponent(CharacterController);
//Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0);
// Move forward / backward var forward = transform.TransformDirection(Vector3.forward);
var curSpeed = speed * Input.GetAxis ("Vertical");
controller.SimpleMove(forward * curSpeed); }
@script RequireComponent(CharacterController)
vamankad 1 month ago
This has been flagged as spam show
@vamankad might it be because you have these lines as comments:
//Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0);
// Move forward / backward var forward = transform.TransformDirection(Vector3.forward);
if that does not fix things than I don't know xD you could check for small typos
MacintoshBourne 1 month ago
plss some one help on my above problem!
vamankad 1 month ago
hey how can i move view in unity?
itameio 1 month ago
This has been flagged as spam show
var speed = 3.0;
var rotatespeed = 3.0;
function Update ()
{ var controller : CharacterController = GetComponemt(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); // Move forward / backward var forward = transform.TransformDirection(Vector3.forward); var curSpeed = speed * Input.GetAxis ("Virtical"); controller.SimpleMove(forward * curspeed);
}
@script RequireComponent(CharacterController
Thumbs up, can see :)
NebulaSunrise 1 month ago
this is not working. help
var speed = 3.0;
var rotatespeed = 3.0;
function Update ()
{ var controller : CharacterController = GetComponemt(CharacterController); // Rotate around y - axis transform.Rotate(0, Input.GetAxis ("Horizontal") * rotateSpeed, 0); // Move forward / backward var forward = transform.TransformDirection(Vecor3.forward); var curSpeed = speed * Input.GetAxis ("Virtical"); controller.SimpleMove(forward * curspeed);
}
@script RequireComponent(CharacterController)
brickamator 1 month ago
@brickamator Sir, You forgot the T in Vector
var forward = transform.TransformDirection(Vector3.forward);
NebulaSunrise 1 month ago
can you please put all scripd for vids in the discriptions? thanks.
;p
brickamator 1 month ago
this is geting on my nerves i dont have edit
MrJunky1996 1 month ago
Ive put the script there,applied it to an object but i cant get it to move or fall,the character controller is assigned...
Erlien9 1 month ago