Make a FIRST PERSON SHOOTER in 10 MINUTES - Unity Tutorial

  Рет қаралды 184,385

GDTitans

GDTitans

Жыл бұрын

Let's make a FIRST PERSON SHOOTER in 10 Minutes!
● Sci-Fi Gun Light: bit.ly/3HuFC6y
● INSTALL UNITY: • INSTALL & SETUP UNITY ...
● Unity Rolly Vortex Game: bit.ly/3NLfNPQ
♥ Don't Click This! : bit.ly/2Zi3vu9
♥ My Second Channel: bit.ly/3jvI8g6
--------------------------------------------------------------------
✅ My current Productivity Setup 👇:
● Gaming Headset: amzn.to/3HyXgp2
● Gaming Mouse: amzn.to/3ni4Ygp
● Best Webcam: amzn.to/44pVUqw
● Keyboard: amzn.to/3ALXB3M
● GPU: amzn.to/42mylNt
● CPU: amzn.to/44lOBjs
--------------------------------------------------------------------
FOLLOW ME:
● Facebook: / developer3.5pro
● Sketchfab: sketchfab.com/GDTitans
--------------------------------------------------------------------
► All content by GDTitans is 100% free. I believe that education should be freely available to everyone.

Пікірлер: 307
@Hassanali-jr4yb
@Hassanali-jr4yb Жыл бұрын
A mobile version with a cool environment & Enemy AI's on mobile will just be soo amazing. Do make something like that man. Everyone would like it
@GDTitans
@GDTitans Жыл бұрын
Thanks for your suggestions
@Hassanali-jr4yb
@Hassanali-jr4yb Жыл бұрын
@@GDTitans appreciated man few time ago , i have learned to make an endless runner of your series. Learned a ton from it. Again thanks for all of this effort.
@ahsanslifestyle549
@ahsanslifestyle549 Жыл бұрын
##################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
@dwellersart7538
@dwellersart7538 10 ай бұрын
im total noob. its my first unity tutor i can complete. thx alot.
@gmangman123
@gmangman123 Жыл бұрын
impressive tutorial again. Thx my friend!
@GDTitans
@GDTitans Жыл бұрын
Thanks, Really glad it was helpful!
@OzarkDev
@OzarkDev 11 ай бұрын
great tutorial im using a different pack and had to rotate the gun and bulletpoint but the gun keeps shooting backwards
@CrazyCakeDude24053
@CrazyCakeDude24053 4 ай бұрын
this helped me so much! thank you
@GDTitans
@GDTitans 4 ай бұрын
Glad it helped!
@legang8983
@legang8983 Жыл бұрын
what a nice and clear tutorial. thank you
@GDTitans
@GDTitans Жыл бұрын
No worries
@Accbfkhoa33
@Accbfkhoa33 Жыл бұрын
Good work keep it up!
@GDTitans
@GDTitans Жыл бұрын
Thanks man
@oofyobbys3735
@oofyobbys3735 Жыл бұрын
Thanks! this really helped me
@GDTitans
@GDTitans Жыл бұрын
I'm glad it was helpful 😌
@GRANDPAALPACAPPSTUDIOS
@GRANDPAALPACAPPSTUDIOS Жыл бұрын
nah man the "3D BALLS" got me rolling on the floor
@shaded2324
@shaded2324 9 ай бұрын
2:59 the convert seleted built in materials to URP is gray and wont let me interact/press it.
@legionedits2012
@legionedits2012 10 ай бұрын
Best tutorial in the world i learnd lit from it thx bro
@rustythefoxcoon5143
@rustythefoxcoon5143 Жыл бұрын
So you make the control to shoot on the player script, but how do you modify weapon behavior, swap models, that kinda thing? For instance how does burst fire work?
@apfelhuhn
@apfelhuhn Жыл бұрын
ayo i also need that information. did you figure out yet?
@NolanCoe
@NolanCoe Жыл бұрын
@@apfelhuhn let me know if either one of you find a good source of info for this kind of stuff please 😭❤️
@CJ_Gamezz_YT
@CJ_Gamezz_YT Жыл бұрын
if your bullet shoots backwards or a little to the right, change your bullet speed to negative 600. i had the same problem and this should fix it.
@minebloxgamer1219
@minebloxgamer1219 Жыл бұрын
Tysm
@LeGordoBondiola
@LeGordoBondiola Жыл бұрын
Wait, does it also work if it only shoots to the left?
@elianderson727
@elianderson727 10 ай бұрын
@@LeGordoBondiola The rotation of the bulletPoint (where the bullet is created) is off. The bullet is created with the same rotation as the bulletPoint. The OP must have his bulletPoint pointing backwards so that changing the speed to negative makes the bullet move backward from the direction it was created in, which is the direction it should go in the first place. To fix, change the setting in the top left of the Scene tab from "Global " to "Local". Then rotate the bulletPoint so the z axis (the blue arrow) is pointing forward. Unity considers the z axis as forward. If it is shooting left, try rotating the y axis of the bulletPoint's transform by 90 degrees.
@porpoiseproductions1422
@porpoiseproductions1422 4 ай бұрын
@@elianderson727mine shoots to the left of my gun regardless of my rotation how do I fix?
@elianderson727
@elianderson727 4 ай бұрын
@@porpoiseproductions1422 Here are a few things to try. Make sure you are changing the rotation of the BulletPoint, not the gun or the bullet. Make sure you are correctly referencing the BulletPoint in you Gun script (your BulletPoint should be dragged into the slot you created in the inspector with public GameObject bulletPoint). 10:37 In your Shoot() function, when you instantiate the bullet, try changing it's rotation (the last argument) to bulletPoint.transform.Rotation. 11:03 Mess with the freezing the bullet prefab's rotations 9:13
@Ai_Unofficial
@Ai_Unofficial 6 ай бұрын
Can you make a tutorial on adding crosshair and aim correctly. So that we shoot correctly
@manuelhernandez2017
@manuelhernandez2017 Жыл бұрын
Got anything on a weapon system brother?
@B-TECH-Boxvr8
@B-TECH-Boxvr8 24 күн бұрын
wat unity editor are you using
@Adrenaline0000
@Adrenaline0000 3 ай бұрын
I always get the 'Type or namespace definition, or end-of-file expected' message in the console and i cant paly the game since it says 'All compiler errors have to be fixed before you can enter playmode!' I dont know how to fix this
@Callmebob124
@Callmebob124 9 ай бұрын
Is the part in Visual Studio required for it to work? My laptop won't support Mono so I can't open it.
@turkishcountryballer
@turkishcountryballer 2 ай бұрын
You can use visual studio code its lightier than original one its 100 mb
@jamieandroidgaming5714
@jamieandroidgaming5714 10 ай бұрын
the code in this video didnt work but heres code that does the same thing
@jamieandroidgaming5714
@jamieandroidgaming5714 10 ай бұрын
using UnityEngine; public class NewBehaviourScript : MonoBehaviour { private bool _shoot; // Start is called before the first frame update void Start() { _shoot = false; } // Update is called once per frame void Update() { if (Input.GetMouseButtonDown(0)) { _shoot = true; } if (_shoot) { Shoot(); _shoot = false; } } void Shoot() { Debug.Log("Shoot"); } }
@tallurikarthikeyasai
@tallurikarthikeyasai 8 күн бұрын
@@jamieandroidgaming5714 thx
@randomcontent7004
@randomcontent7004 Жыл бұрын
This is da best tutorial ever
@GDTitans
@GDTitans Жыл бұрын
Thanks 😊
@VakondUr
@VakondUr Жыл бұрын
4:47 how did you open the StarterAssests in visual studio? For me it opens in google and i cant owerwrite anything in it
@GDTitans
@GDTitans Жыл бұрын
Go to Edit > Preferences > External tools Then, change the External Script Editor
@GAMEINGOP963
@GAMEINGOP963 6 ай бұрын
bro you are best in the world
@AveryLarsenReal
@AveryLarsenReal Жыл бұрын
this did not take 10 mins it took me a day lol
@timeaverage9422
@timeaverage9422 Жыл бұрын
FAX!
@DMlTREl
@DMlTREl 9 ай бұрын
Still surprised what it didn't took whole decade
@navaneeth5358
@navaneeth5358 6 ай бұрын
He told will only teach u in 10 min . Sadly 😢 .
@MateuszPodeszwa-qs5nd
@MateuszPodeszwa-qs5nd 2 ай бұрын
It’s better then nothing
@MineD_211
@MineD_211 Ай бұрын
Indian scammer
@user-et1hr9kw7c
@user-et1hr9kw7c 4 ай бұрын
GDTitans How can i make it so the bullet destroys a gameobject with "enemy" as the tag?
@Moose490
@Moose490 9 ай бұрын
which template is he using
@mirhoomirhoo7408
@mirhoomirhoo7408 11 ай бұрын
how can I change the default keybind settingd to zqsd ?
@manuelhernandez2017
@manuelhernandez2017 Жыл бұрын
how to read input to do automatic fire? In other words, how to create get input if (Key is held down during next frame update?) Thank you for the nice tutorial
@lilfame001
@lilfame001 5 ай бұрын
I believe you can just copy the code from the sprint logic. Sprinting works by holding sprint button down.
@manuelhernandez2017
@manuelhernandez2017 5 ай бұрын
@@lilfame001 I'm going to try that. I didn't even think of that
@lilfame001
@lilfame001 4 ай бұрын
@@manuelhernandez2017 how'd it go?
@raasgarbamusicbit8464
@raasgarbamusicbit8464 10 ай бұрын
😮😮😮 Super Nice 👍👍👍👍
@nabilabenhssein9175
@nabilabenhssein9175 Жыл бұрын
Start new series about multiplayer and friendlist
@aland.mp4
@aland.mp4 Жыл бұрын
you will need a server for that which can be complicated to setup.
@CreateCG1
@CreateCG1 Жыл бұрын
Yes!
@Silverarcane-v
@Silverarcane-v 11 ай бұрын
Kk
@wolfgamingworld2464
@wolfgamingworld2464 Жыл бұрын
Hi i am trying to attach the gun in the player capsule but its not attaching and its invisible.Please help me
@Keskinarkausn
@Keskinarkausn 2 ай бұрын
Where do i can find the first person mode
@Radspidey
@Radspidey Жыл бұрын
please I know it an old video am gonna talk about but in the FPS android Controller Setup video you didn't put a button for weapon switching a pretty please can you help me with that Please
@MrJereJo-Gaming
@MrJereJo-Gaming Жыл бұрын
i attached the bullet to the gun, It says that my gun s firing but i only see the bullet 0.1 second when i strafge to the right. I changed the bullet speed to 1 but still cant see it....... Does anyone know why ????
@byullmoon
@byullmoon 9 ай бұрын
can i make this with 2 gb of Vram?
@mandlawi
@mandlawi 9 ай бұрын
I want to gather people with these skills to develop a first shooter game, not just a game, but a special one. So that I will tell them what to make, how each character moves and attack, what environment and so on. Would you please direct me where to start or how to get in contact with another person that knows better that should tell me what to do from start to end please?
@DapperSapper515
@DapperSapper515 7 ай бұрын
Do you have the money to pay these people? You know how long creating something like this takes, right? Lol...
@lilfame001
@lilfame001 5 ай бұрын
I'm very curious what your idea is
@luca-xx7ec
@luca-xx7ec 7 ай бұрын
My bullet doesn't shoot to the crosshair in the middle of the screen but next to it, what can I do?
@dogman1255
@dogman1255 9 ай бұрын
hi i love your tutorial and i was wondering how can i add the shooting sound everytime i shoot?
@lilfame001
@lilfame001 5 ай бұрын
Hello, you would just add logic after the bullet gets shot to play the sound.
@Adrenaline0000
@Adrenaline0000 3 ай бұрын
probably doesnt know how@@lilfame001
@PuggyParadise
@PuggyParadise 10 ай бұрын
This tutorial doesn't work I just get error messages. Can you create an updated one that works with the new unity versions or whatever?
@treegamer63
@treegamer63 11 ай бұрын
how do i add sound effects
@HD_TOON
@HD_TOON Жыл бұрын
Great tutorial bro👍
@GDTitans
@GDTitans Жыл бұрын
Thanks man 👍😀
@switch_445
@switch_445 Жыл бұрын
@@GDTitans how do you make it online?
@treegamer63
@treegamer63 11 ай бұрын
hey so i used this tutorial and its a really good one but idk why but the bullets go to the right instead of forward how do i fix this?
@elianderson727
@elianderson727 10 ай бұрын
I'm guessing the transform is off on the bulletPoint (where the bullet is created). The bullet is created using the rotation of the bulletPoint. Force is then applied in the direction it is facing (using "transform.forward * bulletSpeed"). Unity considers the z axis (the blue arrow) as forward. In the top left of the Scene view change the setting from "Global" to "Local". Select the bulletPoint and rotate it so the blue arrow is pointing forward (if it's shooting right, rotate the y rotation by -90). That should fix it.
@samarth6937
@samarth6937 10 ай бұрын
No, Check gunpoint rotation
@Dog4vr_YT
@Dog4vr_YT Жыл бұрын
whats the button to select all of the guntwo
@SCEditzs
@SCEditzs Жыл бұрын
im having trouble, I cant put the sci fi gun under player camera root unless I do it in prefab \
@GDTitans
@GDTitans Жыл бұрын
Unpack the prefab if you want
@sanjayprabakaran8859
@sanjayprabakaran8859 Жыл бұрын
Hi brother how are you I'm new subscriber I'm From India (Tamilnadu) Your video's good I'm like 🙋🤝 👍
@GDTitans
@GDTitans Жыл бұрын
Glad it was helpful 👍😀
@NightmaresAreHere
@NightmaresAreHere Жыл бұрын
I'm looking this video whilst I sleep wish me luck
@user-if1zb3ix3y
@user-if1zb3ix3y Жыл бұрын
Hi! My bullets don't shoot. It shows in the console that the variable bulletPoint is not assigned in the Gun.Shoot() and Gun.Update(). I made everything exactly like in the video, but something is not right.
@dggaming363
@dggaming363 11 ай бұрын
The reson is simple you have to add the bulletPoint gameObject we made to empty field of the gun's bullet point
@aaarandomer346
@aaarandomer346 5 ай бұрын
Help. I don't have the first person template. where do I get it from? Ps. I am using unity 3.6.1 and editor version 2022.3.15f1 LTS
@arsfnp4644
@arsfnp4644 5 ай бұрын
did u figure it out? ( i have the same prob )
@GuenonsVR
@GuenonsVR Ай бұрын
@@arsfnp4644 you can use editor 2021.3.33f1(MAKE SURE ANDROID BUILD SUPPORT IS TURNED ON)
@user-vb7wh1tb2l
@user-vb7wh1tb2l 2 ай бұрын
cool video)
@GDTitans
@GDTitans 2 ай бұрын
Thanks 😊
@CKdunno
@CKdunno Жыл бұрын
THANK YOU SOOO MUCH BRO!!
@GDTitans
@GDTitans Жыл бұрын
Any time!
@ADDY64162
@ADDY64162 Жыл бұрын
bro,when i try to fire it, IT ASCENDS UP TO THE HEAVENS . idk plz try to give me a solution.
@CaberMan1
@CaberMan1 7 ай бұрын
this is a great tutorial but i spent hours trying to fix bugs in the code where i mistyped and i was like "every single line of code is correct which one is it?" and both times it was a missing ; at the end...
@JohnSmith-dz8vd
@JohnSmith-dz8vd 5 ай бұрын
You do realise that’s your fault right?
@mraboodgame9939
@mraboodgame9939 9 күн бұрын
Failed to import package with error: Cannot import package in play mode. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) ???
@TheQweerdeer00
@TheQweerdeer00 Жыл бұрын
whenever i try to add the script to the gun it just says it doesnt work because the class file doesnt match the script name or whatever even though it quite literally does
@butterdog9483
@butterdog9483 Жыл бұрын
If you're still having this issue make sure the script name is the same as the word right next to "Public class"
@danielinserte9814
@danielinserte9814 Жыл бұрын
@@butterdog9483 im having this issue and i even tried just to create a script without renaming it and its still the same problem.
@Cramped_is_sus
@Cramped_is_sus Жыл бұрын
@@danielinserte9814 same
@vijaygurubalaji6143
@vijaygurubalaji6143 11 ай бұрын
@@Cramped_is_sus Delete the script and try to create a new c# script with the same name
@ferdinandw.8952
@ferdinandw.8952 11 ай бұрын
its the new or well now old Unity Version sorry! the team will try to resolve this
@vierco1005
@vierco1005 Жыл бұрын
I am making a overwatch 2 ultimax witch is a unofficial basically mugën but for fps but just overwatch
@user-sl1zt3io5t
@user-sl1zt3io5t 11 ай бұрын
good!
@GDTitans
@GDTitans 11 ай бұрын
Thanks!
@LeGordoBondiola
@LeGordoBondiola Жыл бұрын
Question, I have a bug where it shoots, but the bullets go completly to the left, have encocountered this bug during the coding phase?
@diefastisbest
@diefastisbest 11 ай бұрын
im pretty sure your bulletpoint is off
@baranevsen4612
@baranevsen4612 5 ай бұрын
Thx bro! You saved my life@@B4ttingOld
@AzadC
@AzadC 11 ай бұрын
Does this program require a high end gpu if making basic 1080p games?
@mrmleczarnia8011
@mrmleczarnia8011 9 ай бұрын
yes
@BlackIce420
@BlackIce420 9 ай бұрын
no you could easily use an RX580
@Jxey69
@Jxey69 9 ай бұрын
help! My unity is 3.5.0 and I can't find first person template...
@KBSOLUTION1
@KBSOLUTION1 5 ай бұрын
same
@RunyCalmera
@RunyCalmera 4 ай бұрын
Can you open this game in an Oculus Quest 2?
@milesspots6501
@milesspots6501 Жыл бұрын
For some reason my unity says that the type or namespace StarterAssestsInputs can’t be found. I’m using the correct namespace and the problem is still there. Please help
@jjbaas7494
@jjbaas7494 Жыл бұрын
You have to put the starerassetsinputs script on your gun
@bustedpluggagames5194
@bustedpluggagames5194 Жыл бұрын
Have you installed the Starter asset plugin from the package manager?
@Jos_58
@Jos_58 10 ай бұрын
how do i get the first person option in creating a new project
@blakeburgers22
@blakeburgers22 2 ай бұрын
I can’t find it either
@peterkirk1548
@peterkirk1548 8 ай бұрын
This is a great, simple, focused tutorial - describing how to download, import, and use a gun asset/prefab, how to get the gun barrel to follow the player "look", and how to shoot a "bullet" (which shows how to instantiate a prefab in code). Only issue I have is that the gun barrel disappears into walls - anyone else see this issue?
@JaswantSingh-df9mo
@JaswantSingh-df9mo 6 ай бұрын
its a common issue, there is a fix tho. Search it up on youtube. Its by making a seperate layer for your gun
@danieldevine5347
@danieldevine5347 6 ай бұрын
this is common for most if not all games, the gun you see in your hand in games is usually just a picture of your gun, not your actual gun
@kayPlayz.
@kayPlayz. Жыл бұрын
bro can you please make a video for fps microgame unity. it is working on pc but not on android controls. please make video that how to add android controls to microgame unity
@GDTitans
@GDTitans Жыл бұрын
Okay, I will try
@Plasma_god
@Plasma_god Жыл бұрын
It's not allowing me to attach the gun file to the gun I need help
@sahilmishra2012
@sahilmishra2012 Жыл бұрын
Same
@flareboy6
@flareboy6 Жыл бұрын
whenever i try to put the Gun C# scripts it says It cant add the component because the script class cannot be found. How do i fix this?
@plsbefreed
@plsbefreed Жыл бұрын
@Knight i dont understand lol
@gabrielbatista1536
@gabrielbatista1536 Жыл бұрын
Make sure that the 'public class' is declared as 'public class Gun : MonoBehaviour', it's on top of the Gun C# script file
@plsbefreed
@plsbefreed Жыл бұрын
@@gabrielbatista1536 yeah i figured it out, but now it wont let me playtest
@awesomeapollo5169
@awesomeapollo5169 Жыл бұрын
Wow, nice tutorial! How do I publish it?
@GDTitans
@GDTitans Жыл бұрын
Go ahead! kzbin.info/www/bejne/a3KxpneQn82VfLs
@awesomeapollo5169
@awesomeapollo5169 Жыл бұрын
@@GDTitans thanks
@user-hv9qv9mq9o
@user-hv9qv9mq9o 11 ай бұрын
how do you select all the materials at once?
@samarth6937
@samarth6937 10 ай бұрын
Shift + mouse left button
@Caden_is_cool
@Caden_is_cool Жыл бұрын
Please help mine is shooting to the left
@timeaverage9422
@timeaverage9422 Жыл бұрын
SAME... if u find a solution PLS TELL ME!
@shrimplyawesome378
@shrimplyawesome378 Жыл бұрын
@@timeaverage9422 I tried a couple different things the only thing that worked for me was in the gun script towards the bottom were it says transform.forward change forward to right or left or backward depending on which direction your bullet is going, i couldn't tell you why it's doing it, but that's what worked for me. Hope this helps
@timeaverage9422
@timeaverage9422 Жыл бұрын
@@shrimplyawesome378TYSM! It fixed it! 😊
@eshanverma1496
@eshanverma1496 Жыл бұрын
Hi Can we change it into VR game ?
@awesomeapollo5169
@awesomeapollo5169 Жыл бұрын
just build it in the vr game thing then
@akamyt00091
@akamyt00091 10 ай бұрын
excuse me could anyone just help me I have a question if I use this project and change it will there be any problem if I upload the game I mean can I get money from it????\
@nayrb727
@nayrb727 3 ай бұрын
i think as long as u dont make over 100k u good
@Puffo123
@Puffo123 8 ай бұрын
7:18 naw bro didnt notice it said "GetChild"
@dominicklofft8946
@dominicklofft8946 11 ай бұрын
I followed all of the script and directions exactly and ckecked over it multiple times and yet the bullet doesnt fire.
@muhammadhakimi8357
@muhammadhakimi8357 9 ай бұрын
Can make video how to make own building in fps game
@alimajazz
@alimajazz Жыл бұрын
How are you getting everything recommended in script in visual basic, I had to type everything myself? is there a setting I need to check?
@timeaverage9422
@timeaverage9422 Жыл бұрын
same idk maybe his software just adapts or sum crap. idk. LOL
@BO0O0O0O0O0O0O0O0M
@BO0O0O0O0O0O0O0O0M Жыл бұрын
in unity go edit > preferences > external tools > choose visual studio for external script editor and press "regenerate project files" button below. After this close your visual studio and open it again and it should work
@Hassaanmalik10
@Hassaanmalik10 Жыл бұрын
i've got an issue Object referernce not set to an instance of an object . Tell me how can i fix this?
@16kajal7
@16kajal7 11 ай бұрын
I am having same error. Need solution
@asifmehrabi5154
@asifmehrabi5154 Жыл бұрын
Can you please help me the Gun.Cs is not working i am getting meny errors. If possible can you copy and paste the code so i can use yours?
@andrewkeke9373
@andrewkeke9373 Жыл бұрын
same problem if you find a solution then please tell me.
@user-zh1xy7eg1h
@user-zh1xy7eg1h 8 ай бұрын
share the link
@Doctor_Maulwurf
@Doctor_Maulwurf Жыл бұрын
i made some mistakes can you put the code in the describtion
@asitayanas1072
@asitayanas1072 7 ай бұрын
How do you make the bullet move in a straight part and destroys on contact with an object
@lilfame001
@lilfame001 5 ай бұрын
You would use a fast enough velocity or turn off gravity for the bullets. Then use a collider to detect the collision and delete the bullet after the collision.
@Its_frenzy_shorts
@Its_frenzy_shorts Жыл бұрын
What About rolly vortex game. Is it finished?
@GDTitans
@GDTitans Жыл бұрын
No I'm planning to add a video about admob ads with the shop system
@ag_animationz
@ag_animationz Жыл бұрын
@@GDTitans that would be so helpful sir
@federicovolpi3195
@federicovolpi3195 3 ай бұрын
Please HELP I'm going crazy.... I'm trying to download the right version but I can't see the first person Template of the version you showing... I tried everything but it won't appear
@niekhoogendoorn7386
@niekhoogendoorn7386 3 ай бұрын
You need to install a diffrent unity editor mine automatically downloade the 2022 version but you need to download the 2021.3.35f1 version
@Nishantrana70
@Nishantrana70 2 ай бұрын
Thanks
@samarth6937
@samarth6937 10 ай бұрын
Please solve this, My camera rotation is moving in only horizontal way But not vertically
@lilfame001
@lilfame001 5 ай бұрын
Start a new first person project in Unity with the fps sample pack then follow this tutorial
@gcscorpio2293
@gcscorpio2293 Жыл бұрын
hi i get the error Assets/Scripts/Gun.cs(8,38):CS1002;expected. please help
@awesomecoolguyepicsocoolamI123
@awesomecoolguyepicsocoolamI123 Жыл бұрын
me too i think im writing the code wrong
@frysoul
@frysoul Жыл бұрын
@@awesomecoolguyepicsocoolamI123 brooo same
@frysoul
@frysoul Жыл бұрын
@@awesomecoolguyepicsocoolamI123 my code is same but idk whats wrong
@timeaverage9422
@timeaverage9422 Жыл бұрын
Debug.Log?
@charliegaming766
@charliegaming766 Жыл бұрын
i can not see the bullet , how can i fix that?
@practicalice3799
@practicalice3799 Жыл бұрын
bro, then what's the point of making game when u have assets. if u made a tutorial with out assets or fps controller then i think it's good.
@Surgicalmushroom
@Surgicalmushroom Жыл бұрын
When I press left mouse button it does not show in the console and I cannot shoot either
@CKdunno
@CKdunno Жыл бұрын
Hey, im new to this stuff and i cant help but theres a Unity discord you can join with ppl that can help rlly easily
@Surgicalmushroom
@Surgicalmushroom Жыл бұрын
It’s fine now I found another tutorial but thanks for the suggestion
@andrewkeke9373
@andrewkeke9373 Жыл бұрын
​@@CKdunno hi I need a help ۔ ۔
@aepsmoof2724
@aepsmoof2724 Жыл бұрын
@@Surgicalmushroom bro what tut? im still struggling lol
@zeep796
@zeep796 11 ай бұрын
It says starter asset input not found plz help????
@vrush_sane17
@vrush_sane17 Жыл бұрын
Can this be installed on phone?
@GDTitans
@GDTitans Жыл бұрын
Yeah
@QuelosaAnime
@QuelosaAnime Жыл бұрын
Bro,Your Video Is Like @Brackeys And I Really Like This Fact...Can U Plz Make A Video On Multiplayer And Server UI And Menu UI
@TingunStudios
@TingunStudios Жыл бұрын
i keep getting a cs1002 error on 21,24 but theres no problem with the code
@TingunStudios
@TingunStudios Жыл бұрын
@@Inperiacu you were right
@samarth6937
@samarth6937 10 ай бұрын
@@TingunStudios you may erase that line
@BUTTER-ml6qc
@BUTTER-ml6qc 10 ай бұрын
I dont have the First Person template, what do i do?
@peterkirk1548
@peterkirk1548 8 ай бұрын
Just in case you didn't work it out, or anyone else sees this issue (like I did). I found a package in the Asset store called "Starter Assets - First Person Character Controller | URP". So I created a new project of type "3D Core URP" and downloaded and imported this package. Then I removed the default scene from the hierarchy, and dragged in the scene called "Assets/StarterAssets/FirstPersonController/Scenes/Playground".
@gi0183
@gi0183 11 ай бұрын
remember when you said in the title Make a FIRST PERSON SHOOTER that means you'll start from zero not editing an existing one!
@GDTitans
@GDTitans 11 ай бұрын
Why reinvent the wheel kzbin.info/www/bejne/nIXFaGOFmbmgjZY
@AEMOGUS69
@AEMOGUS69 10 ай бұрын
Beautiful reply GDTitans, simply beautiful
@SurgePaladyn
@SurgePaladyn Жыл бұрын
my bullets go backwards instead of forwards, what should I do?
@FifaMobileShorts260
@FifaMobileShorts260 Жыл бұрын
Make bullet speed -600
@samarth6937
@samarth6937 10 ай бұрын
@@FifaMobileShorts260 or just rotate the gun point at angle 180°
@NotEnvixity
@NotEnvixity Жыл бұрын
My bullet just ascends into the backrooms. Is there a way to fix that?
@BO0O0O0O0O0O0O0O0M
@BO0O0O0O0O0O0O0O0M Жыл бұрын
go to the bullet prefab and go to it's rigidbody and change the collision detection from discrete to continous
@NotEnvixity
@NotEnvixity Жыл бұрын
@@BO0O0O0O0O0O0O0O0M That was like 3 months ago. I quit game developing like a week ago. But thanks for the reply.
@etfwe
@etfwe Жыл бұрын
i keep getting a texture error
@TacticalAllRounder
@TacticalAllRounder Жыл бұрын
Add enemy ai pls
@hsfloveyouall
@hsfloveyouall Жыл бұрын
my bullets only fall immediately after spawn, they don't fly far, what should I do?
@GDTitans
@GDTitans Жыл бұрын
Increase the force 💪 that is applied to the rigidbody
@matyasivanyi7238
@matyasivanyi7238 Жыл бұрын
@@GDTitans How can i increase the force?
@jaymz779
@jaymz779 4 ай бұрын
Hey, I go to unity hub I can’t find the first person
@GDTitans
@GDTitans 4 ай бұрын
You have to download it
@hermelinddozral5311
@hermelinddozral5311 Жыл бұрын
when i shot the bullet, the bullet fires into the right, how to fix it?
@timeaverage9422
@timeaverage9422 Жыл бұрын
same buddy, same...
@CJ_Gamezz_YT
@CJ_Gamezz_YT Жыл бұрын
@@timeaverage9422 change the bullet speed to negative, i had the same problem
@MarleyThomas-kc4kh
@MarleyThomas-kc4kh Жыл бұрын
@@CJ_Gamezz_YT pls show your game on yt when it's ✔️
@awesomecoolguyepicsocoolamI123
@awesomecoolguyepicsocoolamI123 Жыл бұрын
can you paste the whole script in the description becuase i cant code at all.
@jacron-yv4ur
@jacron-yv4ur Жыл бұрын
then dont make games
@timeaverage9422
@timeaverage9422 Жыл бұрын
it takes skill to make games...
FPS Touch Controls - UNITY 2023 Tutorial
8:01
GDTitans
Рет қаралды 17 М.
I Made a Game Using ChatGPT
9:51
Rye
Рет қаралды 2,5 МЛН
I MADE A CARDBOARD SWING!#asmr
00:40
HAYATAKU はやたく
Рет қаралды 30 МЛН
Эта Мама Испортила Гендер-Пати 😂
00:40
Глеб Рандалайнен
Рет қаралды 10 МЛН
路飞关冰箱怎么关不上#海贼王 #路飞
00:12
路飞与唐舞桐
Рет қаралды 6 МЛН
I Tried Making a Multiplayer FPS Game in 1 Week...
8:40
Fancy
Рет қаралды 1,5 МЛН
How I Made a Satisfying FPS Controller
4:38
Lejynn
Рет қаралды 127 М.
FIRST PERSON MOVEMENT in Unity - FPS Controller
23:53
Brackeys
Рет қаралды 3,2 МЛН
How I Made My Own First-person Shooter Game In Unreal Engine.
8:07
Shooting with Raycasts - Unity Tutorial
13:41
Brackeys
Рет қаралды 1,8 МЛН
He said I Couldn't Make a 3D Game... So I Made One!
10:29
Dani
Рет қаралды 9 МЛН
FIRST PERSON MOVEMENT in 10 MINUTES - Unity Tutorial
9:58
Dave / GameDevelopment
Рет қаралды 973 М.
If You Can't Make Games After This Video, Give Up
4:37
Fredyy
Рет қаралды 695 М.
How to make FPS Animations in Blender 2.8+
13:10
thriftydonut
Рет қаралды 579 М.
2 Python Developers VS $1000
15:04
PolyMars
Рет қаралды 1,7 МЛН
I MADE A CARDBOARD SWING!#asmr
00:40
HAYATAKU はやたく
Рет қаралды 30 МЛН