24 hours to create a HORROR GAME
5:15
Пікірлер
@killakill6666
@killakill6666 Күн бұрын
Does unreal engine need you to learn coding to make a 2d game?
@professorrosenstock5026
@professorrosenstock5026 3 күн бұрын
Lemon sky is in Malayisa.
@Scar32
@Scar32 3 күн бұрын
great now im even more divided
@Ehl-ln8gz
@Ehl-ln8gz 7 күн бұрын
Can you upload a video of complete android game devlopment process in unreal engine 5 using c++
@awesometuts
@awesometuts 7 күн бұрын
no
@schizoscope8703
@schizoscope8703 8 күн бұрын
Its will be legal, if i will use that as basement of my game, or its only had educational porpouse?
@awesometuts
@awesometuts 7 күн бұрын
only educational
@Goleon
@Goleon 9 күн бұрын
Dude this place is one of the better gaming companies. You want a shitty game company to work for go to Konami, EA, Ubisoft, Bethesda or Blizzard. I can guarantee that you’ll basically be more like a slave there than at Bandai-Nemco or getting harassed if you’re a woman at Ubisoft and Blizzard.
@Arc618
@Arc618 9 күн бұрын
Awesome explanation. Probably the best comparison video I've seen. Love the nuggets about C++ vs C# in its core. Means alot!
@justlearning1881
@justlearning1881 10 күн бұрын
He's right thou!
@GaBoyInKy
@GaBoyInKy 12 күн бұрын
With Game Dev I strongly agree with you. But as far as coding in general I disagree. I'm 58 and retired. I earned my education in programming in 1986. I've been programming since 1980. While getting my education the language learning was assembly but my choice was C. Now fast forward to 1995 where I started learning C++. Throw in SGML, Html, CSS and then Javascript in 1998. There weren't really any tutorials around so you had to learn from your friends or the manuals themselves. Now enough of about myself. My point is the Japanese teach classical music via the Suzuki method. You learn music by learning the song. After a learning a few songs and I mean these students learn how to master that song. After learning how a few songs mostly can create their own music, understand? You can learn programming and master it if you pay attention to what you're doing. Some of the greatest designers, developers, inventors etc obtained their knowledge by coping others.
@thetrueleo2199
@thetrueleo2199 12 күн бұрын
Great video!
@spongecake1698
@spongecake1698 14 күн бұрын
Just finished watching brackeys video after he dipped. Hes back, and hes using Godot. A free open sourcw engine.
@Simple_OG
@Simple_OG 15 күн бұрын
But you need very high end PC for game dev
@metaversedweller8469
@metaversedweller8469 15 күн бұрын
the download link is just redirecting to the youtube video of yours
@user-cq8es6rq7d
@user-cq8es6rq7d 15 күн бұрын
I opened my navigation tab by adding AI navmesh to my project from the package manager but i can see Agents and Areas in that tab not bake and Object. If any knows the answer please fell free to reply
@FriendlyFACE29
@FriendlyFACE29 16 күн бұрын
i love how the hub sfx happend when my mom walked past :////
@FriendlyFACE29
@FriendlyFACE29 16 күн бұрын
no but seriosly this was really cool keep up the great game work
@EExpIrEdz
@EExpIrEdz 17 күн бұрын
Nah bro roblox studio solos
@sinfonelosacalepunta5251
@sinfonelosacalepunta5251 18 күн бұрын
27:41 best part
@ChristopherFranko
@ChristopherFranko 18 күн бұрын
This isnt really a tutorial though its just you reading from your second monitor with some shit you already coded.
@awesometuts
@awesometuts 13 күн бұрын
am I suppose to come up with the code on the spot?
@ChristopherFranko
@ChristopherFranko 12 күн бұрын
@@awesometuts nah, but tutorial implies youre teaching people why youre doing things but that simply isnt waht this video is, its getting people to copy you. There isnt a whole lot of value in that, everyone that follows this tutorial are still going to be dependent.
@awesometuts
@awesometuts 12 күн бұрын
then you create a youtube channel and invest your time to teach us better :) we would all be grateful :)
@ChristopherFranko
@ChristopherFranko 11 күн бұрын
OR, and hear me out, you could try not taking it personally and perhaps improve your content so that it actually adds value since providing content it your business not mine. If I write some code, then record me retyping it, is that a tutorial? No of course not.. I could have simply provided a link to a gist or git for that. I can almost gaurantee that anyone who has watched this video isnt any better off than they were before.
@awesometuts
@awesometuts 11 күн бұрын
I can't hear you out because what you said makes no sense whatsoever... if you knew anything about teaching coding then you would know that it doesn't go that way... Codign is an individual activity meaning I can't explain to people "why" am I using this particular approach because the answer is "it just came to my mind to use that approach" - this doesn't mean it's the best approach, this doesn't mean it's the most ideal or the most optimized approach but at that time it came to my mind to try it out... Because in programming you first make things work, no matter how, then you optimize it, re-fromat the code etc... and to be able to do that you need to see a lot of examples of how things are done in coding so you can start coming up with your own solutions... Hence why my tutorials are the way they are and hence why there are so many of them cause there's not other way to teach people how to do it... If we take an example of teaching someone to drive a car, your statement about the tutorial is equivalent to you saying: "hey why didn't you explain why you took this road instead of the other road" - both roads lead to same path, but at that time you though that road A is better option than road B - and the way you came to this conclusion is based on your experience with while driving... I hope now you get how things work...
@Tribalchief69690
@Tribalchief69690 18 күн бұрын
What is the game in the bg
@Poloskun4ik
@Poloskun4ik 19 күн бұрын
Function to shuffle sprites so that they are re-selected each time. Place it in the Awake method. private void Awake() { _puzzles = Resources.LoadAll<Sprite>("Sprites"); ShuffleSprites(_puzzles); } void ShuffleSprites(Sprite[] puzzles) { for (int i = 0; i < puzzles.Length; i++) { Sprite temp = puzzles[i]; int randomIndex = Random.Range(i, puzzles.Length); puzzles[i] = puzzles[randomIndex]; puzzles[randomIndex] = temp; } }
@cesarvital
@cesarvital 19 күн бұрын
How can I make a counter?
@graceabiodun2686
@graceabiodun2686 19 күн бұрын
Naa at this point you just earned a suscriber
@AntonKarp
@AntonKarp 20 күн бұрын
Hello Fahir. If I am in Russia, do I have the opportunity to receive Game Dev Pro Rapid Launch | Unreal Engine course? Let's say if I find a foreign card and specify my Russian email address, will this give me access to this course? And one more question, what does this course consist of? Do you mean that I will receive information gradually? Or access to all video tutorials at once, including the dark souls combat system?
@awesometuts
@awesometuts 19 күн бұрын
hello. I'm really not sure, I think your cards can be processed, but again I'm not sure... And yes, you get everything all at once
@AntonKarp
@AntonKarp 19 күн бұрын
@@awesometuts Thanks
@Poloskun4ik
@Poloskun4ik 21 күн бұрын
using System.Collections.Generic; using UnityEngine.UI; using UnityEngine; public class GameController : MonoBehaviour { [SerializeField] private Sprite _bgImage; public List<Button> btns = new List<Button>(); public Sprite[] _puzzles; public List<Sprite> gamePuzzles = new List<Sprite>(); private bool _firstGuess, _secondGuess; private int _countGuesses; private int _countCorrectGuesses; private int _gameGuesses; private int _firstGuessIndex, _secondGuessIndex; private string _firstGuessPuzzle, _secondGuessPuzzle; private void Awake() { _puzzles = Resources.LoadAll<Sprite>("Sprites/Chars"); } private void Start() { GetButtons(); AddListeners(); AddGamePuzzles(); } private void GetButtons() { GameObject[] objects = GameObject.FindGameObjectsWithTag("PuzzleButton"); for (int i = 0; i < objects.Length; i++) { btns.Add(objects[i].GetComponent<Button>()); btns[i].image.sprite = _bgImage; } } private void AddListeners() { foreach (Button btn in btns) { btn.onClick.AddListener(() => PickAPuzzle()); } } private void AddGamePuzzles() { int looper = btns.Count; int index = 0; for (int i = 0; i < looper; i++) { if (index == looper / 2) { index = 0; } gamePuzzles.Add(_puzzles[index]); index++; } } public void PickAPuzzle() { //string name = UnityEngine.EventSystems.EventSystem.current.currentSelectedGameObject.name; //Debug.Log("Click" + name); if (!_firstGuess) { _firstGuess = true; _firstGuessIndex = int.Parse(UnityEngine.EventSystems.EventSystem.current.currentSelectedGameObject.name); _firstGuessPuzzle = gamePuzzles[_firstGuessIndex].name; btns[_firstGuessIndex].image.sprite = gamePuzzles[_firstGuessIndex]; } else if (!_secondGuess) { _secondGuess = true; _secondGuessIndex = int.Parse(UnityEngine.EventSystems.EventSystem.current.currentSelectedGameObject.name); _secondGuessPuzzle = gamePuzzles[_secondGuessIndex].name; btns[_secondGuessIndex].image.sprite = gamePuzzles[_secondGuessIndex]; } if (_firstGuessPuzzle == _secondGuessPuzzle) { Debug.Log("Match"); } else { Debug.Log("Not match"); } } }
@harryouyang
@harryouyang 21 күн бұрын
Nah, choose Scratch🗿
@dredd6711
@dredd6711 22 күн бұрын
I just wanted to say thanks for the informative video! I appreciate it. Does anyone know that beginning video game clip? I've seen it before but have no clue what the game actually is...
@pietpanzerpanzer5335
@pietpanzerpanzer5335 23 күн бұрын
I mean you gotta learn game dev stuff reguardless. But ue4 has visual coding and if you got the right brain, this helps a lot (like my brain) 😂
@KsichtyMedvidka
@KsichtyMedvidka 23 күн бұрын
I never understood these people that basically defends the side that treats them worse. Like....the company has the money for treating you right, why would you be stuck in your stockholm syndom when that makes the situation worse for everyone else if that behavior becomes a norm. Anyway, great video....
@allashama
@allashama 23 күн бұрын
I think it's harder to enter an already established studio that use Unreal Engine, than starting searching for people to help you coding a game you guys will agreed on! Developping a game on Unreal, being solo is rough but not impossible. If you have the assets and VFX (a lots of good stuff can be bought) all you need is programming it into your game. Of course optimisation is a huge part, it's why i think the best is to start with Polygon or lowpoly game. easy to modify 3D mesh, easy to manipulate Material and so on..
@boll_2002
@boll_2002 23 күн бұрын
Hello, can you explain how the human-to-dragon conversion works and vice versa, the video is in the link, and thank you for your effort in every video, keep going kzbin.info/www/bejne/hX-0lmOrgZV-hcUsi=Hvst52oHuVfhViWr
@awesometuts
@awesometuts 21 күн бұрын
I hae no idea how that human to dragon fx is created... and even if I knew it can't be explained in a comment...
@boll_2002
@boll_2002 19 күн бұрын
@@awesometuts
@boll_2002
@boll_2002 19 күн бұрын
@@awesometuts I was hoping that you would explain the idea in a video and upload it to your channel, but don't worry and thank you for all the other videos
@awesometuts
@awesometuts 19 күн бұрын
sorry bro really don't have the time to do that now...
@boll_2002
@boll_2002 17 күн бұрын
@@awesometuts 🥰
@oasane
@oasane 23 күн бұрын
Why is your website have same layout with 2010's scammer websites? :D Need to pass 3 link to see price. GL to other participants.
@awesometuts
@awesometuts 22 күн бұрын
bro what are you talking about? the first thing you see on the right side is the price... are you sure you visited my website? or maybe you were not all yourself when you visited the website...
@mihraliseker4507
@mihraliseker4507 24 күн бұрын
Thank you so much <3
@bradfab_fx
@bradfab_fx 25 күн бұрын
Hello i am not able to find the assets please help.
@JustStudioSix
@JustStudioSix 21 күн бұрын
same here
@rakhu207
@rakhu207 26 күн бұрын
Fahir is back 🔥 😊
@JohnofFinland291
@JohnofFinland291 27 күн бұрын
It's surprising to learn how challenging job hunting can be in the game development market. This video was truly informative and interesting. 👌
@awesometuts
@awesometuts 27 күн бұрын
the problem is that most game developers, and programmers in general, only focus on learning the skills, which is great you need skills, but they ignore all other things that come with it so you can get a job. Because on the job interview you need to present your programming skills, now you can be the best programmer in the world, but if you have bad presentation skills you'll fail the interview. On the other hand, someone who is less of a programmer than you, but has better presentation skills he'll be able to convince the people on the interview to hire him. Simple as that.
@JustATanneriteDummy
@JustATanneriteDummy 28 күн бұрын
Me on unity: after 12 hours ive made my character move. Me on unreal: after 12 hours ive finally packaged a doom shooter.
@jojoblaze
@jojoblaze 28 күн бұрын
Unity COULD look better for beginners only for "hello world" tutorials, BUT when it comes to more complex projects it reveals all its flaws. Unity is an empty box while Unreal is a huge collection of INTEGRATED professional tools. First of all: BLUEPRINTS...you can create an entire AA game without writing a single line of code and there is nothing comparable in Unity, absolutely nothing. Comparing Playmaker to Blueprints it's like comparing Paint with Photoshop. I spent more than one year making a souls-like combat system with Unity. I wrote thousands of code lines to handle animations, reactions, notifications and so on. When I switched to Unreal cause Riccitiello madness I restarted the project on Unreal and I got a better result in two months. I realized I already have all the tools I need and much more.
@awesometuts
@awesometuts 28 күн бұрын
there's turth to what you said
@fenter9999
@fenter9999 29 күн бұрын
hi, I need part 2 of this video very urgently, can you please throw it off
@fernandoperezmerono7980
@fernandoperezmerono7980 29 күн бұрын
You get less salary as a game dev😂
@usamabinabid3077
@usamabinabid3077 Ай бұрын
Nice To See You Again 🥰
@rishiniranjan1746
@rishiniranjan1746 Ай бұрын
This should be much easier to do in c++
@marcoreus6538
@marcoreus6538 Ай бұрын
What is the name of the background music?
@robertkester1570
@robertkester1570 Ай бұрын
Being one that is just starting (so far on the right path in the first steps, research) its the understandin of language and terms in the field. Like first hearing library my mind goes to a building with books, news articles, public records and local laws and bills passed. The digital language a familiar word can have a different meaning kinda like American VS British english,, same language but half the words have different meaning due to different perspectives and regions.
@LoneWolfGamer666
@LoneWolfGamer666 Ай бұрын
Hi, Fahir! Godot 4 is so much better now! Why don't you add a Godot 4 course on your website like for Unity and Unreal engine
@awesometuts
@awesometuts Ай бұрын
godot is for little kids bruv...
@LoneWolfGamer666
@LoneWolfGamer666 Ай бұрын
​@@awesometutsWhat? No way. If you think Godot is for little kids, check out Road To Vostok. A game made by a single game developer in the Godot engine
@sgt3009
@sgt3009 Ай бұрын
I love your tutorials and courses. You and gamesplusjames are the only devs that teach everything you need to know to create a complete project independently. It's honestly better education than college. Thank you so much!
@awesometuts
@awesometuts Ай бұрын
yeah james is great, love that guy. and thank you for your kind words.
@muhammadfahadchaudhry4968
@muhammadfahadchaudhry4968 Ай бұрын
This is what i meant when i said I'm throwing bars at the smars and and...... Moving forward 😂. You says sometimes in tutorials.. You're such a awesome tutor for game devs fahir. People have to admit it 👍❤
@IAmPeely
@IAmPeely Ай бұрын
Yay
@TheVenue-bo7tk
@TheVenue-bo7tk Ай бұрын
What do you think about AI ? Will it take Jobs of 3D Artists and Game Programmers ?
@LoneWolfGamer666
@LoneWolfGamer666 Ай бұрын
Not in my opinion. AI is a tool for programmers, not a replacement
@TheVenue-bo7tk
@TheVenue-bo7tk Ай бұрын
@@LoneWolfGamer666 and for 3D Artists ??
@awesometuts
@awesometuts Ай бұрын
As the lone wolf gamer said, it's a tool. Maybe some will lose their job but those will be the ones who are not particularly good at their job in the first place. But I think the AI will serve as an assistant to desingers and programmers
@CreativeSteve69
@CreativeSteve69 Ай бұрын
yo Tuts, these are looking amazing!!!!!! as someone whos learning godot, I'll definitely check your site out in the future. These look amazing!!!
@awesometuts
@awesometuts Ай бұрын
thank you bro
@entomologist_
@entomologist_ Ай бұрын
Do you have a discord community now by any chance?
@awesometuts
@awesometuts Ай бұрын
yes for Yos3D but I'm there all the time: discord.gg/u7J2kGQ8Gp
@entomologist_
@entomologist_ Ай бұрын
@@awesometutsthanks man, what about one for Awesometuts? I love for a place to interact with other students.
@awesometuts
@awesometuts Ай бұрын
I don't have one for awesome tuts. I used to have it, but I didn't have moderators and I was the only one moderating so it became a burden because when I was not there people would post stupid things and break the rules so I closed it
@entomologist_
@entomologist_ Ай бұрын
@awesometuts that's a real shame. I hope you reconsider it again in the future. Thanks for all that you do.