The Perfect Box Select
40:53
Жыл бұрын
Don't Be Such A Singleton
6:50
Жыл бұрын
Start Finishing Your Games
5:32
Жыл бұрын
Game Devs Getting Mucky
6:54
Жыл бұрын
I Made Creator Clash VR in 4 Hours
5:34
How To Make A Grappling Hook in Unity
20:04
Terrain in Unity is Easy
19:56
2 жыл бұрын
Simple Unity Animator HACK
13:40
3 жыл бұрын
Пікірлер
@starrunner3220
@starrunner3220 7 күн бұрын
I stopped the video when I saw a GetComponent in an Update function
@InexperiencedDeveloper
@InexperiencedDeveloper 6 күн бұрын
Null check you’re fine but you’re right this is a young inexperienced developer
@BigDStudios
@BigDStudios 8 күн бұрын
Whats the END result? What are we trying to achieve other than being overwhelmed with tons of code?
@jhonatandouglas7873
@jhonatandouglas7873 23 күн бұрын
hahaaha thanks for this, man!
@janbromberger
@janbromberger Ай бұрын
Since you asked for feedback: 1. Yo. 2. I would feel it easier to follow if you named your variables descriptive instead of funny: playerPrefab instead of ScariestBoyInTown. Or was it TheBoyWhoLived? Exactly my point. 3. Maybe have a look at CodeMonkey's style of structuring authoring, baker & component in one file. I think it's easier to follow, but that's subjective.
@janbromberger
@janbromberger Ай бұрын
Yo.
@InexperiencedDeveloper
@InexperiencedDeveloper 6 күн бұрын
Yo 🪀
@anbur9197
@anbur9197 Ай бұрын
shaggy is that you bro?
@vandameh.a2235
@vandameh.a2235 Ай бұрын
what about jumping? would you create another blend tree or use the same?
@yungsprite201
@yungsprite201 Ай бұрын
okay, now when i go in play mode ive got my gun and it looks good but if i look down i can also see the gun thats attached to the player, how to fix that?
@user-xw2hz9fp9q
@user-xw2hz9fp9q Ай бұрын
I guess the animations have to have the same number of frames
@Sansanvi_Inanis
@Sansanvi_Inanis 2 ай бұрын
This has been so useful! I have made a card game with over 1000 cards, and have been wanting to be able to fully play it online with my friends!
@BarcelonaMove
@BarcelonaMove 2 ай бұрын
we want to know how this continues mate
@drew0001807
@drew0001807 3 ай бұрын
Best video I've seen so far on the matter of Blending trees!
@Quetzalcoatl7518
@Quetzalcoatl7518 4 ай бұрын
How come this channel doesn't have more views?
@jankrajewski6170
@jankrajewski6170 4 ай бұрын
man... just use smoothdamp XD
@nikz000
@nikz000 2 ай бұрын
Why?
@jankrajewski6170
@jankrajewski6170 2 ай бұрын
@@nikz000 couse interpolating values in linear fashion looks terrible in animation and basicaly all it costs is just one more variable to cache
@Quetzalcoatl7518
@Quetzalcoatl7518 4 ай бұрын
Bro, please continue this. Amazing content. Thanks !
@kainhernandez4849
@kainhernandez4849 4 ай бұрын
I know it's over a year old, but great video! Short, concise and was a great refresher for me.
@niuage
@niuage 5 ай бұрын
This is really well explained, well done. Just fyi, when you write a method that doesnt exist yet and that you mean to implement, you can write it (ex "CalculateRotation(someParam)"), and then you just have to press Alt+ enter, and you'll have an option to generate the method instead of having to type it out like you often did.
@MasterCorneilous
@MasterCorneilous 5 ай бұрын
What if im in tutorial hell with other things that aren't related to coding?
@InexperiencedDeveloper
@InexperiencedDeveloper 5 ай бұрын
If it's cooking add some spices, if it's woodworking, build something new, if it's procrastinating, try doing it later.
@bhuvneetsaggu4011
@bhuvneetsaggu4011 5 ай бұрын
you deserve more fame
@risingforce9648
@risingforce9648 5 ай бұрын
do you use DI ? thanks
@LifeOfLeeofficial
@LifeOfLeeofficial 6 ай бұрын
I've watched a few of your clips. The blend tree video solved a problem I had for a week. You should keep doing this. Think of issues noobs have that larger channel neglect to point out that might be a blocker.
@InexperiencedDeveloper
@InexperiencedDeveloper 6 ай бұрын
It means a lot -- money and mental health is hard to overcome. I will be back soon!
@LifeOfLeeofficial
@LifeOfLeeofficial 6 ай бұрын
@@InexperiencedDeveloper lets hope for the best 😉
@SailorUsher
@SailorUsher 6 ай бұрын
Did you ever figure out why it spazzed out at the end?
@DennisDenchoDenchyaknow
@DennisDenchoDenchyaknow 6 ай бұрын
Honestly this Q3 on my head i use for work does feel like a hard hat
@Dogoodah
@Dogoodah 6 ай бұрын
Nice tutorial, I may be stupied. Btw, I actually got it when I was watching it, I thought that it is so much more complicated than that. Thank you! Don't stop, I am very interested in new Netcode for Entities videos especially in dedicated servers and such.
@BirdWithAFinger
@BirdWithAFinger 6 ай бұрын
Bolt doesn’t show up but addons to bolt does
@michaelhgravesjr9608
@michaelhgravesjr9608 7 ай бұрын
First off, thanks for the great video. I do have to question your rankings, though, specifically because we are talking about an indie tier list. I personally think that if we are making an indie tier list, the main concerns need to be the following: 1) How much support is available for the engine, and how easy is it to get help when you are stuck on a problem? 2) How intuitive is it to use even without any outside help? 3) How easy is it to get a solid, playable product finished in it, and how quickly can you iterate? 4) Use-case specific caveats. With those in mind, I actually feel like some of the rankings are WILDLY off. For example, Unreal is indeed a phenomenally powerful, broadly applicable engine... but for most indies, a ton of that potential is wasted, and the learning curve for a complete newbie is fairly steep. Whereas something like RPG Maker MZ is ridiculously simple to start up in, and can have an MVP out the door in literally MINUTES. Now, it is really only designed for top-down RPGs, so it gets terrible marks on the fourth criterion, but in the first three, I would argue that it is solidly A- worthy. Game Maker is also, hands down, the best balance I found when I first got into development between ease of use amd breadth of potential scope. It's neither as pretty as Unreal, nor as flexible as Unity, nor as cheap as Godot, but it's amazingly good at being an entry point to game dev, which is exactly what I'd want for an indie engine.
@antonspirikov
@antonspirikov 7 ай бұрын
Thank you for such a useful and exciting tutorial!
@onuhehe7888
@onuhehe7888 7 ай бұрын
Whenever I try to move with ASDW while holding the right click its so slow, how can I set the speed higher?
@mortalvoidstudios
@mortalvoidstudios 7 ай бұрын
A lot of moving parts but very helpful in getting a separate server for a game. Absolutely new to all things network so learning as I go. Thanks for this!
@ZlodewYoutube
@ZlodewYoutube 7 ай бұрын
Add a shotgun :)
@InexperiencedDeveloper
@InexperiencedDeveloper 7 ай бұрын
This is old but it would be cool haha
@CELUGames
@CELUGames 8 ай бұрын
Man, I've been trying to do this for so long. And only you could help me solve this. Thank you very much. I love you
@youelad
@youelad 8 ай бұрын
They made bolt unavailable :(
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Time to move to unreal
@mikhailhumphries
@mikhailhumphries 8 ай бұрын
Nice stream
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Thanks
@BackTwoBaySix
@BackTwoBaySix 8 ай бұрын
I wish you would have fixed your camera focus its a bit distracting
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Sorry lol next time
@kennethgallagher1621
@kennethgallagher1621 8 ай бұрын
P r o m o s m
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Sureee I don't know what this is
@coleshields2378
@coleshields2378 8 ай бұрын
I'm doing well until the end of the video. I get a NullReferenceException when pressing play on the server. Not sure why my reference isn't connected to an object, but I'm new at coding so that makes sense lol. Is there any way for me fix this issue?
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
You could be calling Server.Start before doing Server = new Server()?
@kostya-m
@kostya-m 8 ай бұрын
What are the specs of your computer? 😯
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Beefy fs lol
@TheLargeHardonCollider
@TheLargeHardonCollider 8 ай бұрын
Probably a lot more complicated for near-complete games, but still it's awesome people are trying to make it work, shows it's possible. No matter how much they try to walk back their price changes now, the damage is already done.
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Yeah -- even now I still debate using Unity and supporting a company that tried to backstab its users
@carsten7220
@carsten7220 8 ай бұрын
I watched part of the stream yesterday on the TV, so I was not able to comment. I am just doing my first steps in Unreal engine, too. To avoid restarting the editor all the time, did you try to use the compile button on the bottom right of the unreal editor window? The tooltip shows: "Recompiles and reloads C++ code for game systems on the fly". Works for me.
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Thank you -- found the icon -- helps so much
@happynino9639
@happynino9639 8 ай бұрын
great job
@loscaballerosdebronzodia8211
@loscaballerosdebronzodia8211 8 ай бұрын
are you going to finish this series? im learning a lot alongside you
@InexperiencedDeveloper
@InexperiencedDeveloper 8 ай бұрын
Yeah man, was just working on this Unreal thing today -- I can do that tomorrow if you want to hop on the stream -- if I stream it'll be around 6-8pm EST
@VanJohn
@VanJohn 8 ай бұрын
Thanks for tutorial! I hope the part 2 will be as informative as this one. 😂
@AlexBerman
@AlexBerman 8 ай бұрын
Waiting for him to come back 🤣
@kuukkelsson_play2041
@kuukkelsson_play2041 8 ай бұрын
I'll be back...
@meredocu
@meredocu 8 ай бұрын
that was fast
@DiogoStuart
@DiogoStuart 8 ай бұрын
LOL 😂
@yeahok6595
@yeahok6595 8 ай бұрын
Converted in only 5 seconds real talent here folks 🥶🥶🥶💯💯
@mayank4156
@mayank4156 8 ай бұрын
Nice tutorial! Would recommend to others.
@workflowinmind
@workflowinmind 8 ай бұрын
Efficient
@forholywar
@forholywar 8 ай бұрын
quality meme
@-sleepy-
@-sleepy- 8 ай бұрын
I learned a lot