Тёмный

Unreal Game Dev Tries Godot... 

Snowshino
Подписаться 1,9 тыс.
Просмотров 11 тыс.
50% 1

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 66   
@svetlinsvilenov8739
@svetlinsvilenov8739 11 месяцев назад
Whoa... Insane learning progress for this short of a timeframe! Your game looks beautiful and I'm very interested in playing it :)
@JackieCodes
@JackieCodes 11 месяцев назад
Wow such an amazing vid! Im so surprised how much you did im 24h and it was really intersting to hear how it went from an unreal dev perspective! Keep it up snow!
@Snowshino
@Snowshino 11 месяцев назад
Thank you! ❤️
@nyeeesss2424
@nyeeesss2424 10 месяцев назад
You've really cracked the trick to learning frankly anything. I've seen people try to learn everything about Godot before even writing their first line of code. Just like you, I also learnt gamedev the same way you did and it has made me pretty good at solving almost every problem with ease. Keep up the good work!
@GDScriptDude
@GDScriptDude 11 месяцев назад
Great video and review of Godot! btw. Godot has Dialogic and some other narative development plugins (addons available in the asset library).
@coderaven1107
@coderaven1107 10 месяцев назад
Joho, directly subbed and wishlisted "The Red Forest". Really like your Artstyle!
@ryzechdev
@ryzechdev 10 месяцев назад
Got a subscription from me! Never seen you before, but I love how you formatted this video!
@KB-ty2gc
@KB-ty2gc 11 месяцев назад
Well done, it's really great progress for 24h. Incredible focusing superpower :)
@Ulticutie
@Ulticutie 10 месяцев назад
great video
@galacticgon925
@galacticgon925 11 месяцев назад
Godot
@_I-OvO-I_
@_I-OvO-I_ 11 дней назад
Good approach to learning. I learned the hard way through tutorial hell at first. Just really really hard to sit through/do a tutorial on a platformer when your heart is in top-down RPG...etc. Focus on things you want to do and find out how to do it by looking it up or experimenting is better than slogging through things you don't have as much interest in.
@zhengistasbolatov8480
@zhengistasbolatov8480 11 месяцев назад
My way of explaining Nodes to people is - Godot is like a LEGO set. Each block/Node has it's intended use. Some blocks are meant to be wheels of a car, some meant to be windows... And each node has ready to go functions implemented according to its intended use. You just call those and "it just works".
@RockyMulletGamedev
@RockyMulletGamedev 11 месяцев назад
Me making a 2D citybuilder with tilemaps in Unreal 😅 Godot tilemap system was a good inspiration to make my own in Unreal tho, the built in stuff is very bare bone.
@Snowshino
@Snowshino 11 месяцев назад
Hats off to you! At the moment I just think I lack the cpp experience to heavily alter the tm system. I can wait to see your game!
@RockyMulletGamedev
@RockyMulletGamedev 11 месяцев назад
@@Snowshino hey thanks ! Yeah it was one of those times where C++ was needed. Since Epic doesn't focus a lot on 2D, the blueprint calls for tilemaps are a bit lacking.
@AdobadoFantastico
@AdobadoFantastico 10 месяцев назад
Great work, this is the way to learn. Looking forward to seeing more of your game development.
@pietraderdetective8953
@pietraderdetective8953 11 месяцев назад
I love your 1-day Godot review..it's sounds well balanced. I got an idea: when you're not working on your game, why don't you mess around with Godot once in a while? So make it like your 2nd game engine and since it's easy to use you can do prototyping very fast. Anyway great video mate, cheers!
@denkozlov4220
@denkozlov4220 11 месяцев назад
Thank you. It was very educational. I also think it doesn't matter what game engine you chose, they're just tools
@leoandrei3331
@leoandrei3331 11 месяцев назад
Awesome video, Snow! And your game looks amazing!!!
@Snowshino
@Snowshino 11 месяцев назад
Thank you! ❤️
@KillerSam_
@KillerSam_ 11 месяцев назад
Magic!✨always interesting seeing others learning processes ^^
@Kayotesden
@Kayotesden 10 месяцев назад
This was sooo good. You did amazing and Im floored how much you got done. Im going to go all in on a godot game soon.
@Nicknamegeneratorfailed
@Nicknamegeneratorfailed 11 месяцев назад
Godot has a different development philosophy, it's always wort to check plugins since the engine is made to focus on core features while community provides the rest - unless you want to program everything. It can handle the cases you mentioned just fine - plenty of examples around. I've recently tried UE and it's also really nice, the sheer level of 3D tooling it provides is awesome.
@AmazingMusicTracks
@AmazingMusicTracks 4 месяца назад
someone give this kid a scholarship! you have a bright future
@petrichord__
@petrichord__ 11 месяцев назад
epic video Snow
@Snowshino
@Snowshino 11 месяцев назад
Ty your music is 🔥🔥
@chaelandrade
@chaelandrade 11 месяцев назад
I really appreciate your thoughts on learning, nowadays I'm following this same idea, unfortunately, it took me a lot of time to get this. Until today I keep questioning if following this "learn just what you need at the time" I'm not doing the best way possible, "missing the right way".
@FireCatSoftware
@FireCatSoftware 9 месяцев назад
Very well said, great vid! :D
@kesorangutan6170
@kesorangutan6170 11 месяцев назад
Wait what? You are a 2D Unreal dev?? Damn I should check this channel.
@worleystudios
@worleystudios 10 месяцев назад
You're awesome. Keep it up.
@morgan0
@morgan0 11 месяцев назад
godot’s tilemap (2d, the 3d one is called gridmap) has a terrain feature that can auto place tiles based on connection rules
@morgan0
@morgan0 11 месяцев назад
for multiple types of stuff (grass, sand, etc), i think the best way to do that is a terrain on multiple layers, but if you wanna do some really complex tile set with lots of types of stuff with various connection tiles it might be easier to do something with a script to manually place them
@jorie100
@jorie100 10 месяцев назад
1:06 lol, I did that. Is not hard at all, I could even share the project if you want :D I find very interesting your point of view. When godot was created, the original objective was to create a game engine that if someone from the development team that was not a programmer could just do small changes if needed without having such a knowledge gap.
@Gamewithstyle
@Gamewithstyle 10 месяцев назад
Narrative is awesome, don’t get me wrong. I’ve used it in Unreal and feel the same way. However, I was thoroughly pleased with GDYarn, which is a GDScript implementation on Yarnspinner (which is Unity’s version of Narrative)
@410_Gone
@410_Gone 4 месяца назад
The argument of a dialog plugin (?) being one of your biggest reasons for sticking with unreal is kind of odd. There is nothing wrong with it, but you didn't mention you tried anything dialog related in godot. There are multiple dialog plugins/addons available from the asset library, some of which I believe are the most well known plugins for godot. It's just some food for thought, maybe some other dialog plugin would blow your socks off even more :) You are really on point about your learning process, looking for specific help you need is a much better approach than sitting through a course. Good job on the game!
@tomtomkowski7653
@tomtomkowski7653 11 месяцев назад
2D dev using UE5 is trying Godot by creating a 3D game. Is like using Word to create calculations and tables and then trying to use Excel to use it as a typing program. Man... to say you miss the point is like saying nothing xD But this was a nice video - good job! :)
@Redston4D
@Redston4D 11 месяцев назад
well done :D way better than what i did in godot for the first time
@adrinuk_gamedev
@adrinuk_gamedev 11 месяцев назад
I love your art!!! :D :D :D
@qweren7920
@qweren7920 10 месяцев назад
Good video but one thing to point out: your wall models faces are facing outwards thats why the lighting on them seems odd. there is a quick way to flip the faces in blender but i dont remember. it will look 100 times better
@Snowshino
@Snowshino 10 месяцев назад
Ooo ya! Tbh I didn't even think about it I thought it was due to my custom normal maps. Thank you! I always forget to check normals on export
@99JasonKim
@99JasonKim 11 месяцев назад
great art❤
@Rikaisan
@Rikaisan 11 месяцев назад
Did you just say you are a 2D developer?...using Unreal? why would you do that to yourself? TwT EDIT: just finished the video, yeah, I can see why you did that now. I personally was the complete opposite: I have been programming for some years and I am working as a software developer, so having seen a lot of things, Unreal feels extremely lacking when it comes to support for 2D games, it was painful to make a game on it. But for someone who leans more into the design part, I can see how it doesn't influence that much. You did great for your first day! it's amazing. Also, I'm sure Godot can handle your game, even more complex ones, there have been a lot of games made on Godot, check some out :) you will be surprised.
@Snowshino
@Snowshino 11 месяцев назад
Thank you! I really do appreciate it. I think the only hang up between unreal and godot is the narrative plugin for unreal. It's prob the best purchase I've ever made for my game. The dialogue system is so good and can easily handle multiple endings, quests, complex conditions,etc. I also wish to release my game on the switch and godot currently cannot port to switch unless you pay a third party to convert your game. However. Any side/ future projects will be in godot. I really do like the engine, and I can't wait to use it more. I don't see the harm in using both ❤️
@vitorgabrielgomesrodrigues
@vitorgabrielgomesrodrigues 11 месяцев назад
@@Snowshino Godot also has a really powerful and popular dialogue system for free! Also, console exports are coming next year.
@Otakubro6
@Otakubro6 11 месяцев назад
Dude paper 2D is awesomeness for unreal especially blueprints
@jaredjones6570
@jaredjones6570 10 месяцев назад
​@@SnowshinoCheck out Nathan Hoad's Dialogue Manager addon
@indaskyl1v3yx
@indaskyl1v3yx 10 месяцев назад
​@@Snowshinothats the spirit ! there is nothing bad about using both 😊 for now Godot is a learning process and is quite fun
@sixiangyang
@sixiangyang 24 дня назад
Both Unity and Godot have tilemap system, I hope UE will also have tilemap system in future.
@gunterstunter
@gunterstunter 11 месяцев назад
Considering using narrative, do you just use the narrative or quest aspects or have you been able to use it for more than that? Could you make a vid for your favourite aspects? Otherwise make a dot point list of what you find is best about it for your use? ☺️
@Snowshino
@Snowshino 11 месяцев назад
Yes! I think I will mention all the parts I use in my dev vlog. For my project, narrative is completely embedded into my project. From bits of the battle system, inventory system, cutscenes, checking statuses, and others. Its really the core of my game. Mostly because it's story driven. But I don't think I will make a project without it
@Snowshino
@Snowshino 11 месяцев назад
Btw I think narrative is on sale rn too!
@AlittleBaconOnTheCob
@AlittleBaconOnTheCob 10 месяцев назад
I've tried to use UE before and it's too hard, the blueprint system is alot harder to understand, and find stuff you want because of the overload of things you can add, it get's messy, and it makes it hard for me, so I use Godot, I'm making a Christmas game, so... for me Ig I will be using Godot for rn, maybe one day I will try Ue again and succeed
@SamuTheFrog
@SamuTheFrog 10 месяцев назад
How old are you? (Rhetorical question) You sound really young but also very well spoken and intelligent.
@Snowshino
@Snowshino 10 месяцев назад
27 female. I think I should start announcing that haha. I just don't have a super feminine voice 😭
@phortfalrat3503
@phortfalrat3503 11 месяцев назад
What is this narrative plugin you're talking about, can you send a link or something ?
@Snowshino
@Snowshino 11 месяцев назад
www.unrealengine.com/marketplace/en-US/product/narrative-quest-and-dialogue-editor
@hbiblia
@hbiblia 11 месяцев назад
Si el único problema que tiene UE/4/5 con el 2D es que no tiene suficiente herramientas como las de Unity, ahora fue que agregaron gratis el plugin de PaperZD.
@morgan0
@morgan0 11 месяцев назад
godot does have some dialog plugins, but i haven’t used any yet
@gamechannel1271
@gamechannel1271 11 месяцев назад
I don't really understand the sentiment of "can godot handle this complex game"... the answer will always be yes. The caviat being many things could depend on your knowledge. For example, utilizing shaders effectively for multi-instancing instead of putting unnecessary work on the CPU. There are some really good godot addons for handling dialog systems too.
@Snowshino
@Snowshino 11 месяцев назад
I don't necessarily mean performance. I more mean how my game mechanics can be built in each engine. For my game especially its a lit easier using unreal data assets and level streaming plus dialogue plug-in. Whereas godot I would have to build a lot of systems on my own which is possible but it will take tremendously longer than what I already have built in my game
@GlitchedCode
@GlitchedCode 11 месяцев назад
I have full confidence that Godot could handle the game you are making. However, since you have multiple people with you and you are mid-project with no real reason to push you into jumping engines, I would agree on the choice to stay with Unreal for your current game. Godot used to have visual scripting but the usage was such a low percentage you could almost say nobody used it. Thus it was removed as it's basically just bloat at that point. Personally I never understood the difficulty going from visual to writing but maybe my mind just approaches it differently than visual scripters tend to.
@nandomax3
@nandomax3 10 месяцев назад
I'm learning game dev worh godot
@local.interloper
@local.interloper 11 месяцев назад
Please don't use Unreal Engine for 2D games
Далее
I Used Godot For 100 Hours, Here’s What I Learned
35:09
Technique for Creating Beautiful Level Design
11:48
Просмотров 879 тыс.
КТО БОИТСЯ КЛОУНОВ?? #shorts
00:20
Просмотров 609 тыс.
Animating enemies in Godot 4, THE LAZY WAY!
13:22
Просмотров 16 тыс.
Why GODOT 4.3 is going to be wild!
9:50
Просмотров 123 тыс.
Why I haven't switched to Godot (Yet)
38:51
Просмотров 7 тыс.
I made a game using Godot for the first time
7:35
Просмотров 1,2 млн
Episode 1 - The First 10 Hours - 200 Hours in Godot
12:07
Every 2D Node Explained in 9 Minutes !
9:19
Просмотров 346 тыс.
How Games Make VFX (Demonstrated in Godot 4)
5:46
Просмотров 350 тыс.
Top Down 2d in Unreal Engine 5!!! | Pt1
14:26
Просмотров 1,1 тыс.
Do THIS Before You Publish Your Godot Game
3:33
Просмотров 177 тыс.