Main Menus Have Changed in 2024
8:52
Is it the end for Unity?
2:54
Жыл бұрын
I made a VIRAL game in 24 hours
9:06
Custom Fonts in Unity in 1 minute
1:19
Пікірлер
@FNBROS902
@FNBROS902 53 минут бұрын
I've got to 24:45 using a different version of Unity which is a pain as this is my first time using Unity, But I am having an issue with my camera the camera flips over and under my character and I see that you changed "Look Limit V" I found where look limit V is but when I change it my camera still will flip over and under my character any solutions/suggestions.
@FNBROS902
@FNBROS902 44 минут бұрын
I have found the solution, When you put look limit to 70 it fixed for you, but my camera look limit looked like [LooksenseH (.1)] [looksenseV (.1)] and messing with looklimitV I kept lowering it as low as .9 and I found that is the sweet spot where the camera doesn't flip.
@michaelhc1564
@michaelhc1564 5 сағат бұрын
W series
@authentic9771
@authentic9771 15 сағат бұрын
Hi, in 1:30 I've noticed that you forgot to show in the vids when, how and why you add this code: private void OnDisable() { PlayerControl.playerlocomotionMap.Disable(); PlayerControl.playerLocomotionMap.RemoveCallbacks(this); } I, as a beginner, I am so curious and confused about it
@authentic9771
@authentic9771 13 сағат бұрын
And also, when Jump functions and such are set, and I entered play mode in Unity, my character immediately turns to Jumping state and fall to the ground then stuck up the animations. And even when outside the ground, the character was still "idling" yet the state is "falling"
@leoneldormes6739
@leoneldormes6739 Күн бұрын
Got yourself a new subscriber
@leoneldormes6739
@leoneldormes6739 Күн бұрын
Just started messing with Unity today along with a course to know what i'm doing. This tutorial was a game changer and motivated me a lot, thanks a lot for sharing
@xxlexilexxyt33
@xxlexilexxyt33 Күн бұрын
when I click edit details for grass; "add grass texture" is greyed out
@EverSpec
@EverSpec Күн бұрын
My trees are floating slightly above the terrain. Any ideas?
@jurassicwreck7146
@jurassicwreck7146 3 күн бұрын
Don’t have the money to support on Patreon right now, so I hope this comment helps you in the algorithm. You’re doing amazing work here and helping us little game devs out a ton, thank you
@spaderdabomb
@spaderdabomb 2 күн бұрын
Thanks!
@YouTubeC-V
@YouTubeC-V 3 күн бұрын
Hi, my trees are pink, and ideas on how to fix?
@KalebjHamilton
@KalebjHamilton 5 күн бұрын
all my trees are pink when i try to load them do u know how to fix that
@karandhir2411
@karandhir2411 5 күн бұрын
Thank you so much for making this, this channel is really underrated, deserves much more subs.
@griffon8330
@griffon8330 6 күн бұрын
The best course ever
@X_Daniel466
@X_Daniel466 7 күн бұрын
Did a Sprint Animation get added to package? I see one.
@X_Daniel466
@X_Daniel466 7 күн бұрын
Such a good series, I hope you do more things like this again, Thank you!
@OlavSchneider
@OlavSchneider 7 күн бұрын
Why are you not using Unity 6 in 2024?
@pompix7810
@pompix7810 7 күн бұрын
You are the best broo
@Bob-x6y1h
@Bob-x6y1h 10 күн бұрын
i can't see most the water
@cooked_fish64
@cooked_fish64 10 күн бұрын
i tried to add trees but they turned out to be pink? pls i need help
@spaderdabomb
@spaderdabomb 8 күн бұрын
In the asset pack, find the SRP folder, then double click the URP Unity package file
@oksel013
@oksel013 10 күн бұрын
Thanks for making this tutorial! I am very new to all of this so I have to say a lot of this stuff is kinda going over my head, but I'm enjoying trying to understand it. I'm following along in my own project and everything seemed to be going fine, but when we got to creating the Vector3's in the PlayerController script it told me: "'Vector3' is an ambiguous reference between 'UnityEngine.Vector3' and 'System.Numerics.Vector3'". I have to say I have no idea what to make of that. I really am a beginner when it comes to coding, im following the first Codecademy course right now on c#. Do you have an idea what might be the problem in my project? Or is this all a step too far for me and should I begin with easier coding stuff? If yes do you have recommendations? (i just really want to make a 3d game, but I want to understand what I'm writing instead of just blindly copying..) Anyway, I think your energy and way of explaining are very enjoyable, so I'll be checking out some more of your content for sure! Thanks!
@oksel013
@oksel013 10 күн бұрын
I found out the problem with the error. VS code automatically added "using System.Numerics;" for some reason. Removing that resolved the problem...
@spaderdabomb
@spaderdabomb 8 күн бұрын
Nice! In the future if you have that type of problem, you can assign Vector3 directly to the type you want to avoid conflicts. For example Vector3 = UnityEngine.Vector3 Then you can load both libraries at the same time without a conflict
@stupidPhilospher
@stupidPhilospher 10 күн бұрын
Thank you bro been trying to figure this out for 3 hours
@rukna3775
@rukna3775 11 күн бұрын
0:17 --------------- what is this shark game?
@SeediesNuts
@SeediesNuts 11 күн бұрын
Dude let me tell you how happy this tutorial is making me so far ... Incredibly, the last 10 ive tried looking at made me cry they couldnt explain it for me to understand AT ALL 😂😂😅
@theonixofficial
@theonixofficial 11 күн бұрын
the tree model is pink?
@alexandrudorultan9001
@alexandrudorultan9001 11 күн бұрын
I've got an error undineThe type or namespace name 'InputAction' could not be found (are you missing a using directive or an assembly reference?) can someone explain thank you
@chamandgaming4040
@chamandgaming4040 11 күн бұрын
Trees are Pink why?????? help
@Noahdea611
@Noahdea611 4 күн бұрын
Chick the version on your project and download v2. Then make a new project using v2 instead of v6. Version 6 is broken but v2 works fine for me
@ShaswatRay01official
@ShaswatRay01official 14 күн бұрын
Thanks!
@ShaswatRay01official
@ShaswatRay01official 14 күн бұрын
nice vid but i have a question, it is saying that “the tree must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.” after i add trees in terrain. pls help
@spaderdabomb
@spaderdabomb 13 күн бұрын
did you start a URP project by chance? If so, you can unpack URP materials from the asset pack. Find the "SRP" folder, then the latest URP install file, double click it and materials shouuld be restored
@dolphin8815
@dolphin8815 14 күн бұрын
Id literally love to be able to just start my world before my actual game.
@X-Asher
@X-Asher 14 күн бұрын
What about cars and peds
@Shadow6337
@Shadow6337 16 күн бұрын
my trees are purple lol
@Chiranjeevi1214
@Chiranjeevi1214 16 күн бұрын
thank you very much for this awesome tutorial, waiting for more open - world game 3d tutorials.
@yashkhd1100
@yashkhd1100 16 күн бұрын
I'm exp developer though in other stream of Software Dev. Recently I started to look into Unity. I realized one thing quickly that most of tutorials/resources don't talk or even take care of properly organize things. I have seen many tutorials which just crammed Input multiple times per frame and what not. This is by far most organized well structured tutorial I found. Nice to see you talk about execution order and all as it always occured to me why people are not concern about Input ordering and all. Glad you discussed it. Thanks..!!
@Coolbuumi
@Coolbuumi 16 күн бұрын
help, my water and trees are pink
@Noahdea611
@Noahdea611 4 күн бұрын
I use version 2 instead of version 6. Fixed all my problems
@victorcarloslindorgrijalba-q2p
@victorcarloslindorgrijalba-q2p 16 күн бұрын
muy buen video muchas gracias saludos desde Costa Rica
@makiro1
@makiro1 17 күн бұрын
you're pretty good 👍
@NorthMckay
@NorthMckay 17 күн бұрын
Bro none of the code works i just keep getting errors
@spaderdabomb
@spaderdabomb 16 күн бұрын
There is an example project on my GitHub with all source code working. Feel free to download that and compare to yours
@franekfranek6465
@franekfranek6465 18 күн бұрын
i would love for the trees to be able to collide with the player, but everything i tried just doesnt work, i keep going through them
@spaderdabomb
@spaderdabomb 17 күн бұрын
check out part 3 of this series, I show how to add them
@garrovillorongabrieln.2068
@garrovillorongabrieln.2068 19 күн бұрын
i really appreciate that you put a quick overview of what will be on the video... doesn't waste our time... thank you for that
@OmniTAF
@OmniTAF 20 күн бұрын
Can you put all this into one video? Id rather watch a 3 hour video than multiple parts.
@TheRealWordleWarrior
@TheRealWordleWarrior 20 күн бұрын
AYO
@Robchanic
@Robchanic 20 күн бұрын
Anyone else's trees all pink
@Noahdea611
@Noahdea611 4 күн бұрын
Yep, start a new project in v2 and it fixed it for me. V6 kinda broken
@netzah613
@netzah613 21 күн бұрын
This is my second day of Unity and I'm so glad I found this! Couldn't get the tree prefabs to work but I found some other ones.
@Phalicus2367
@Phalicus2367 21 күн бұрын
Patched
@jBlakification
@jBlakification 22 күн бұрын
OTT ftw
@Levinatorix
@Levinatorix 22 күн бұрын
IT WONT L:ET ME PAINT TERRIAN
@FallenAshes-DaGamer
@FallenAshes-DaGamer 23 күн бұрын
incredible, just incredible. pls add items, maybe player model + different camera modes (1st person, 3rd person, etc), an inventory, start menu, (maybe) buyable items, multiplayer, pvp (kinda like blox fruits, with attack effects and stuff depending on what type of thing you are (fire element, water element, as examples), passive npcs, shopkeeper npcs, hostile npcs, animals and monsters. be great to see any of these, hope you can do it, thx!
@Zzz-t2
@Zzz-t2 23 күн бұрын
Why does the trees have pink texture
@DovyBL
@DovyBL 25 күн бұрын
How is this a 2024 tutorial if it uses the 2021 unity version?
@spaderdabomb
@spaderdabomb 25 күн бұрын
It’s recommended to use the most recent LTS version, which lags sometimes multiple years
@OlleZiege
@OlleZiege 25 күн бұрын
Thanks man but how con i make the grass dencer i can´t figur it out
@spaderdabomb
@spaderdabomb 25 күн бұрын
Try turning up the detail density in the terrain settings.