TheZBillDyl

TheZBillDyl

Hello! Welcome to Hell!

Here we have a LOT of fun and I encourage you to get involved in that! Join the Discord (link is found on the channel page or in the description of any of my videos)

New videos will be released at 11am Central Time! Stream times will vary, again, join the Discord for more specific updates on that! Anyway, I hope you enjoy the channel!

Escape From Tarkov - What

Escape From Tarkov - What

KIDS GOT SO SALTY!!!

KIDS GOT SO SALTY!!!

Пікірлер

  • @alguienrandom6504
    @alguienrandom6504Ай бұрын

    Bro thinks he is dexter morgan

  • @benzeji9686
    @benzeji96865 ай бұрын

    how do I keep aiming and follow?

  • @DevinicyV
    @DevinicyV5 ай бұрын

    This really helped me although the fact the camera is constrained in a kind of box annoyed me so I modified the code to fit my needs, here it is for anyone who needs the same thing. Vector3 mousePos = cam.ScreenToWorldPoint(Input.mousePosition); Vector3 direction = (mousePos - player.position); if(direction.magnitude > threshhold) { direction = direction.normalized*threshhold; } transform.position = player.position + direction;

  • @TheZBillDyl
    @TheZBillDyl5 ай бұрын

    Oh my gosh thank you so much!!

  • @ssgoko88
    @ssgoko886 ай бұрын

    So this is a guide to make me a master- and your colonies routinely die of hunger? Yeah maybe you dont have anything to teach me

  • @xenopomp6183
    @xenopomp61838 ай бұрын

    Ty bro, worked for me! :)

  • @gd7663
    @gd76638 ай бұрын

    thats funny to me because my colony is 20 years old with probably more than fifty judging from his colonist bar lenght, I have cooks, butchers, tailors, blacksmiths, soldiers, slaves etc. to feed them every year, they need to grow almost the entire map in vegetables and decimate the entire wildlife, 2 cooks and a nutrient paste network of 900 meals to keep them fed. its a bit stressful when you get toxic fallouts during summer but so far everything is going well

  • @TheZBillDyl
    @TheZBillDyl8 ай бұрын

    Wow! Thats incredible!

  • @gd7663
    @gd76638 ай бұрын

    @@TheZBillDyl yea I like how it turned out but I dont play with 500% threat level like all the masochists out there or I probably wouldnt have made it 2 weeks

  • @frakis2771
    @frakis27719 ай бұрын

    Instructions unclear. Ate my grandma, pooped a rat. As for in-game, theze are good tips! <3

  • @defireleaf
    @defireleaf10 ай бұрын

    Make more content, man. It's almost a year now

  • @TheZBillDyl
    @TheZBillDyl10 ай бұрын

    One day I might start again. Ive been on a game development kick recently. Im glad you enjoy my content though. Truly, it means a lot.

  • @TOWB2838
    @TOWB283810 ай бұрын

    Dude, you're literally my savior, I tried to implement this camera for days

  • @taruscristian7601
    @taruscristian760110 ай бұрын

    i cant find NavMeshSurface2d component(5:14) ((((((((((

  • @user-yx5bf7dp4s
    @user-yx5bf7dp4s9 ай бұрын

    It has changed to Navigation Surface.

  • @ATPokerATPoker-dp4ex
    @ATPokerATPoker-dp4ex10 ай бұрын

    Intro was great lol

  • @TomFromManagment
    @TomFromManagment10 ай бұрын

    nice video, really helped me out a lot! Quick question, would there possibly be any way to make the corners smoother, so the the borders are more like a circle then a square?

  • @zackh18gmail
    @zackh18gmail11 ай бұрын

    Subbed for this video 🤙

  • @Specstone
    @Specstone11 ай бұрын

    omg bro im actually shocked how well this is working with barely any work! the only problem i had was that they changed some of the component names but the github talks about it

  • @gamecube28
    @gamecube287 ай бұрын

    What is the nav mesh agent called instead

  • @cigslit
    @cigslit Жыл бұрын

    I was looking for this like a loca loca so bad … after two days trying to do it alone.. thank you so much I kinda love love you

  • @rootbindev
    @rootbindev Жыл бұрын

    Nice tutorial, I like it! There are some updates so following this wont work 100%, I've created a new tutorial on my channel to follow along 2023 for this.

  • @notanagger4861
    @notanagger4861 Жыл бұрын

    You explain everything very well, this really helps understand the code we write in this tutorial as opposed to most youtubers who just type and expect you to blindly follow along.

  • @redoctober2088
    @redoctober2088 Жыл бұрын

    I can't get navmeshsurface component

  • @NoShell
    @NoShell Жыл бұрын

    Some things changed in the git Project just look at the this is the official description now.

  • @redoctober2088
    @redoctober2088 Жыл бұрын

    @@NoShell yes figured it out, but thanks anyway

  • @pheebster
    @pheebster Жыл бұрын

    Thank you!!! You are another person to put into "Special Thanks" in credits of my game if i ever gonna release it 😭

  • @keesbrown7230
    @keesbrown7230 Жыл бұрын

    dam this helped thx man!

  • @Director414
    @Director414 Жыл бұрын

    I'm trying to recreate this but for a 3d environment, like a 30 degree top angle on my player object ( a helicopter).. I can't seem to get it working, any ideas? BTW, great video! Many thanks!

  • @bloodiedhand1230
    @bloodiedhand1230 Жыл бұрын

    Can the wall update during run time by using this method? Anyway thanks for this video.

  • @haroldwillsoon6442
    @haroldwillsoon6442 Жыл бұрын

    You cannot believe how much time and effort this saved me, I was trying to do this manually but the code you use so much cleaner, thank you.

  • @moorthirayadurai
    @moorthirayadurai Жыл бұрын

    i cant find NavMeshCollecSources2d script in github file, how to find this?

  • @superhydra8873
    @superhydra8873 Жыл бұрын

    Hey I know this is old, but is there a reason this doesn’t work with a perspective camera?

  • @TheZBillDyl
    @TheZBillDyl Жыл бұрын

    Um. Well. It MIGHT work with a perspective camera, but it depends which axis you're using. So make sure to take that into account. Cameras are a huge pain so if my video doesnt help, i suggest finding another video for 3D cameras OR finding an asset (there should be plenty of free assets to help)

  • @ivannugiban5692
    @ivannugiban5692 Жыл бұрын

    Thank you so much! I've been searching for this.

  • Жыл бұрын

    Navmesh surface 2d and navmesh agent haven't exit anymore

  • @Twong3lol
    @Twong3lol Жыл бұрын

    Thanks, it's for a platformer for me) for like peeking from distances)

  • @cyberdrunkdev5256
    @cyberdrunkdev5256 Жыл бұрын

    Oh brother, been fighting with this path finding for a while already. Giving me error "showNavigation is no longer supported and will be removed' :(

  • @g144hz
    @g144hz Жыл бұрын

    Get Input System its awesome ;)

  • @vergilw7009
    @vergilw7009 Жыл бұрын

    how about the cam "follow" Player and "Look at" the CameraPos ?? let`s said you press Right Click and move the mouse around , the Cam "Look At" the CameraPos

  • @kiatu2352
    @kiatu2352 Жыл бұрын

    The tutorial wont work, I mean i know its been 2 years but is there another way to do this with changes they made

  • @sniperplays15
    @sniperplays15 Жыл бұрын

    I shall not

  • @boot_epik
    @boot_epik Жыл бұрын

    Please liek vedio

  • @samet4900
    @samet4900 Жыл бұрын

    helal lan (turkish god bless you)

  • @giovannielias8153
    @giovannielias8153 Жыл бұрын

    👌 *PERFETCT* Thank you so much! I WAS SEARCHING FOR THAT!!! *Keep it up! Amazing tutorial*

  • @x364
    @x364 Жыл бұрын

    Very helpful! Thank you!

  • @selltheworldgames
    @selltheworldgames Жыл бұрын

    I have a battery storage tip. If you keep them in a low temperature room they wont explode. I go for -6f.

  • @XAyaDubX
    @XAyaDubX Жыл бұрын

    Can you use this for free in any game without legal issues? Like if i sell a game

  • @TheZBillDyl
    @TheZBillDyl Жыл бұрын

    I believe so. You would have to check the license on github

  • @tifa1101
    @tifa1101 Жыл бұрын

    bruh i just started unity a few days ago and i've been trying for hours to do this and your tutorial is the one that helped me, tysm!!!

  • @Thee.Mighty
    @Thee.Mighty Жыл бұрын

    Screaming shit....

  • @DavisByrd
    @DavisByrd Жыл бұрын

    When I hit bake, my map did not highlight at all. I followed the steps exactly but still didn't get any indication that it worked.

  • @chookki
    @chookki20 күн бұрын

    mine too. I even followed the READ Me, same thing.

  • @sfsben37
    @sfsben37 Жыл бұрын

    Yoooo so hype!

  • @TheZBillDyl
    @TheZBillDyl Жыл бұрын

    Awe thanks man! I hope all is going well for you and Rekindling!

  • @Steadymobbin711
    @Steadymobbin711 Жыл бұрын

    Omg you're hilarious lol great sense of humor

  • @curialbellic
    @curialbellic Жыл бұрын

    I have checked to have the code copied letter by letter and still my camera doesn't even move, any ideas?

  • @TheZBillDyl
    @TheZBillDyl Жыл бұрын

    Honestly, make sure everything is connected in the inspector window. Sounds like you may have accidentally forgotten to hook up the references for everything.

  • @georgianbay9589
    @georgianbay9589 Жыл бұрын

    Best tip I can give is to have a pawn with good shooting skill and get them a chain shotgun as quick as possible to shred most animals in seconds.

  • @georgianbay9589
    @georgianbay9589 Жыл бұрын

    Open Ancient Complex's when there's a trade caravan next to it. Let the outsiders fight and then loot both of their loot once they're dead! Win win

  • @georgianbay9589
    @georgianbay9589 Жыл бұрын

    If you want to play a base building game choose Cassandra Classic of Pheoby Chillax , IF you want to play Rimwolrd then pick Randy Random and enjoy.

  • @cloudaken8270
    @cloudaken8270 Жыл бұрын

    Is there a way to check to see when the targeted destination is accutlly meet? So that the target can change or a set of code runs when they get to their destination?

  • @TheZBillDyl
    @TheZBillDyl Жыл бұрын

    Yes of course! Vector3.Distance is a function you can use to check when the target reaches its destination. Just use a threshold variable and bam. You got your functionality!

  • @apgamer4053
    @apgamer4053 Жыл бұрын

    16:49 well actually wining the game IS easy surviving the game is more challenging