Godot 4 - Tiled Dungeon Environment From Scratch

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 523

  • @Speed-TV
    @Speed-TV Год назад +759

    This guy is the software master, I almost forgot this was a Godot tutorial. Actually, it's less of a tutorial and more of entertainment.

    • @coolfool3000
      @coolfool3000 Год назад +46

      lol, half way through the video i was thinking why did i click a graphic design video but then one sec later "Glad i'm learning this skill."

    • @codesymphony
      @codesymphony Год назад +29

      so refreshing to see a youtuber who's not afraid of keyboard shortcuts

    • @petrus4
      @petrus4 9 месяцев назад +3

      True. This feels more like a timelapse/speed draw with commentary. Not that that is a bad thing, though.

    • @dambubandofficial
      @dambubandofficial 29 дней назад

      This is a piece of art

  • @akirasyco1115
    @akirasyco1115 Год назад +256

    Bro, I would pay just to watch a series where you make this into a game little by little, it's so calming and the results are so nostalgic and overall good!

  • @Oblico1Morale
    @Oblico1Morale Год назад +158

    Amazing tutorial - I really like the end-to-end approach and that you started from scratch and ended up with something good enough to continue toying around.

    • @DevLogLogan
      @DevLogLogan  Год назад +61

      Thank you! I always wished there were full-stack tutorials like this when I was starting out, I'm glad they've been useful to others.

  • @epchain
    @epchain 2 года назад +187

    A little trick for Krita's clone tool. It has settings accessible by going to Edit brush settigs (opens Brush Editor) -> Color -> Painting mode. There you have 'Source point move' option. If you uncheck this, source point won't move. It could be useful in scenarios like splitting large brick :)
    Don't forget to turn it back on!

    • @DevLogLogan
      @DevLogLogan  2 года назад +51

      Was not aware of that option, thanks very much!

    • @magnusm4
      @magnusm4 10 месяцев назад +8

      99% of tutorials are the tutorial. And 1% are these random gems once in a while adding stuff nobody even knew.

  • @xanecosmo5061
    @xanecosmo5061 Год назад +213

    I usually model the environment normally and I've never seen a work flow like this.
    This looks so fun. It's like playing a game.

    • @RegularTetragon
      @RegularTetragon Год назад +11

      Godot works very similarly to Roblox in my opinion, just a *lot* less constrained

    • @ЕкатеринаМовсумова
      @ЕкатеринаМовсумова Год назад +7

      @@RegularTetragon In what way does it work similarly to Godot?

    • @RegularTetragon
      @RegularTetragon Год назад

      @@ЕкатеринаМовсумова the way nodes work, the event model, and the way scripts attach to objects is very similar

  • @slundal
    @slundal Год назад +104

    This was one of the best tutorials I've seen. Super easy to follow yet packed with excellent info!

    • @DevLogLogan
      @DevLogLogan  Год назад +17

      Thanks! Glad you found it useful. :)

  • @mr.mindor
    @mr.mindor Год назад +34

    Thanks for this quick tutorial, I really enjoyed the pacing and how you indicated which keystrokes you were using while editing really helped me follow along. I'm not quite a zero experience newbie with Blender or Godot, but I am close to it with the particular topics of this video, and it honestly felt like a zero experience newbie could have followed along for most of it. (I actually learned of some keyboard shortcuts for Blender that I feel I should have known for years.)
    The one place in the video that I feel could have been better was the initial moments in Godot. Jumping into an already set up project with existing nodes and just saying "All I've done is make this a super simple..." Here you broke what you had going up until this point in that a person with zero experience could follow along. Without prior knowledge of Godot I think I would have been completely lost.
    With the experience I have, it still took some time and a bit of trial and error to throw together something similar enough to your player scene to follow through the rest of your video. It wasn't a show stopper (for me) but it was a jarring departure from how you presented the rest of the video and a bit frustrating.
    After the fact I was able to reproduce my efforts in under 60 seconds while calling out my steps like you did elsewhere. This 60 seconds covered creating the new project and setting up world and player nodes with collision, camera, and the default controls from the template script)
    Overall I think the video would have been better had you included something similar. (you could even then comment you were switching to your other prebuilt player scene that had some refined movement.)

    • @TheCreydin
      @TheCreydin Год назад +11

      As someone who has zero experience with Godot, this hit hard. I was stopped dead in my tracks at this exact point. Already set up pre-existing fps controller? What? Completely lost.

  • @myaseena
    @myaseena Год назад +92

    That's a lot of excellent info condensed in 26mins!

    • @grilleFire
      @grilleFire Год назад +3

      pro tip: 13 minutes if you use 2x speed

    • @neogmz
      @neogmz Год назад +3

      26 minutes?! Wow. I really hooked into the video lol... It felt like 10 minutes to me

  • @zm7160
    @zm7160 2 года назад +84

    Blender tip: Instead of typing in the units to move the vertices, you can turn on Snapping: At the top of the 3D-view edit-mode area there is a magnet shaped icon (or use [Shift-Tab]); next to that magnet icon is a drop down you can select Snap-To Vertex instead of Increment (or user [Ctrl-Shift-Tab] to bring up the snap menu).
    These shortcuts are on main keys for a reason; if you are working with square/geometric models you will get a LOT of mileage out of this. Especially combined with Axis locking.
    The other buttons in the group are pretty helpful, like switching the Transformation Orientation between global and normal, in normal mod you change select and move a face, locking to Z axis and move the face back and forth in the direction of the face, like you would with extrude.
    Thanks for this video, I made a nearly identical setup to this in Godot 3.5 a couple weeks back, so it was really cool to see how someone else went about it!
    The other thing I did was create some basic maze generation ( a black and white bitmap) and processed it with a rule set to add the tiles to the grid map.

  • @alexorhuxley
    @alexorhuxley Год назад +15

    You have single-handedly given me the confidence to step into this whole side of design and technology. I've been savvy with everything from graphic design and video editing to CAD software like Vectorworks, but this stuff always intimidated the heck out of me. I followed along, I did the thing, it works, and I'm freaking thrilled.
    Thank you so much.

  • @shaunpoore2356
    @shaunpoore2356 Год назад +100

    I’ve been coding for nearly 20 years professionally and consider myself quite good at it. And despite being new to Godot I get the feeling I’ll never be as good at this as you are now haha. Great stuff.

    • @DevLogLogan
      @DevLogLogan  Год назад +65

      You flatter me! It's easy to look like a wizard when I choose what gets to go in the video haha. Thanks for watching. :)

  • @SadFrogMemer
    @SadFrogMemer Год назад +12

    This video was amazing and extremely helpful for me. Thank you so much for making it. I was able to follow it perfectly until I got to the importing of the .glb file into Blender.
    For some reason, When I was importing the tileset.glb into Godot, it made the icon for it a red X and also imported the two textures as separate Texture2D assets. Because the scene was a red X, I wasn't able to right click it and select "New Inherited Scene".
    What I did to fix it was delete those two Texture2D resources it created and then clicked on the tileset.glb file in the "FileSystem" tab. After that, I went to my "Import" tab (next to the Scene tab for me) and scrolled down to the "glTF" section and changed "Embedded Image Handling" from "Extract Textures" to "Embed as Uncompressed". I'm not sure if this is the best option, but it worked for me. There was also a "Embed as Basic Universal", but I'm not sure what that means. I feel like that's also a good option. After that, I clicked the "Reimport" button and it fixed it for me and I was able to continue the steps in the video from there.
    Hope this helps someone else.

    • @condeisaias55
      @condeisaias55 Год назад +3

      I ran with the same issue. Thank you so much !!!!!!

    • @calvinheiser
      @calvinheiser Год назад +2

      Thanks a million for this!!!

    • @superzova
      @superzova 9 месяцев назад +2

      THANK YOU!!! You just got me unstuck

    • @paroleiro5048
      @paroleiro5048 7 месяцев назад +1

      THANK YOU, THIS FIXED MY TEXTURES!!!!

    • @faustierpazzo3502
      @faustierpazzo3502 2 месяца назад +1

      u saved my life

  • @davidmurphy563
    @davidmurphy563 Год назад +29

    The trick to tiling without seams is to duplicate the image twice and then to flip on the x and y. With something like wood you can just set the opacity but for best results use an opacity gradient. That way the edges match up perfectly.

    • @codesymphony
      @codesymphony Год назад +2

      I like his way, looks more organic

  • @khazlol
    @khazlol Год назад +4

    This has single handedly put me onto my game dev journey after years of trying and failing with Unity / Unreal. With what you've taught us - I've done what you've done and then added an NPC that follows you in a certain radius. Working on adding line of sight & sight to the NPC so that you can hide / lose it! Thanks! Looking forward to the next one.

  • @GalileoCap
    @GalileoCap 2 года назад +14

    This is an amazingly good tutorial!
    I've always been intimidated by 3D (specifically Blender with that UI!), but your video gave me the tools to get started and dip into it!
    Thank you very much!

    • @Kholaslittlespot1
      @Kholaslittlespot1 Год назад

      Just learn one element at a time. Float from tutorial to tutorial. You'll be making your own stuff in no time!

  • @StevePixelFace
    @StevePixelFace Год назад +14

    This is a truly fab tutorial. Never really worked with 3D in Godot before. This video gave me a straight forward pipeline that I can work with. Thanks for the vid, awesome stuff!

    • @DevLogLogan
      @DevLogLogan  Год назад +6

      I'm so glad to hear that, I hope you'll be able to make some other cool stuff with the new knowledge!

  • @Playeroth
    @Playeroth 2 месяца назад

    this video is fast but the guy knows how to explain, he is telling what buttons is being pressed and what they do. this video is incredible nice

  • @Arukajoe
    @Arukajoe 5 месяцев назад +1

    This is probably the best tutorial I've ever watched. Concise, with simple explanations, every action is noted, no waffle. Thank you so much!

  • @razorbl8destudio
    @razorbl8destudio 9 месяцев назад +1

    Even 1 year later this video is still great! For all people watching this now though, when you export the tilesets from blender, export them individually, otherwise when you go into godot and turn it into a mesh library, you will only have access to 1 tile.

  • @Ace_Tarkov
    @Ace_Tarkov Год назад +1

    I like this tutorial because instead of just you copy pasting code to make a game and not knowing where to go from there this tutorial tells you how to use the tools to make whatever you want.

    • @random.oddities
      @random.oddities Год назад +1

      I can't get my character controller to do anything but move with the arrow keys. No mouse moving or "head" turning functionality. Do you know if a more advanced controller/code was used?

  • @HonestGameDev
    @HonestGameDev 2 года назад +13

    That was a lot of information in a short period, but well conveyed, thanks!

  • @VoylinsGamedevJourney
    @VoylinsGamedevJourney 10 месяцев назад

    Really like how straight to the point this tutorial is, no 5 minutes intro but short and to the point intro followed by a tutorial with nice clear steps to follow along!

  • @IDSearcher
    @IDSearcher Год назад +2

    Fantastic tutorial. This probably saved me weeks of stumbling around the web for how to do simple steps shown in the video (or months of self teaching). Thank you. Liked and subscribed!

  • @Netherilt
    @Netherilt 6 месяцев назад +1

    My god, you opened my eyes to a world of possibilites!

  • @dusekdan
    @dusekdan 11 месяцев назад +1

    This was really well made tutorial. A balance of not explaining everything, but covering the most crucial parts and providing keyboard shortcuts you are using. I am putting this into my watch later to revisit, when I get to the part where I am making graphics/models for my game - figured I will google the settings you are using when working in different tools and I will also be able to use these tools that always look scary when I open them and have absolutely no sense of what to do and where.

  • @marius35mm
    @marius35mm 8 месяцев назад +1

    This is absolutely fantastic! It's the best video I've seen that uses Godot, Blender, Krita, and Laigter. You have a real talent for explaining things clearly. I'd love to see more content!!! Your work is incredibly valuable, and I'd definitely consider supporting you on Patreon if that was available.

  • @mortiphago
    @mortiphago Год назад +1

    this guy is a wizard, him building 3d tiles entirely through hotkeys is undistinguishable from a wizard casting a spell

  • @DaVince21
    @DaVince21 Год назад +16

    What I really like is that you go through a LOT of material quickly and concretely, explaining all the keyboard shortcuts and menus. I leave with knowledge about all of these useful little bits I can slowly but surely start applying on my own stuff. :)

  • @Mordrevious
    @Mordrevious 4 месяца назад

    This is genuinely one of the most useful compact tutorials I've watched on both Blender and Godot. The hotkeys alone for Blender are really useful. Excellent job dude.

  • @bibbleskit
    @bibbleskit 6 месяцев назад +1

    This was probably the most information dense tutorial I've ever seen. Amazing work, man.

  • @fatuzi
    @fatuzi Год назад +2

    just finished doing this as one of my first godot projects and this tutorial super ruled. doesn't hold your hand too much but still so, so informative. super awesome

  • @ducc9816
    @ducc9816 Год назад +4

    This is an excellent video. I've been playing around with 3D tilesets in Godot myself, and you point out some things that would've saved me some confusion and headache if I had implemented them from the start.

    • @DevLogLogan
      @DevLogLogan  Год назад +1

      Saving people headaches like that was exactly my goal, glad to hear you got something out of it. :)

  • @mikiqex
    @mikiqex 10 месяцев назад +1

    This is excellent! I love the pace - with my short attention span I always get bored during dev tutorials 🙂 Exactly what I needed, especially the Blender part.

  • @ultra_kapiszon
    @ultra_kapiszon Год назад +6

    your videos are a godsend, hoping to see much more from you

  • @uidsea
    @uidsea 2 года назад +2

    I got sloppy with blender cause there's gaps all over when I build the dungeon. Thanks for the tutorial though! Now I know what to improve.

  • @Aye_Sid
    @Aye_Sid 2 года назад +13

    Thanks for your contribution to the Godot community. 😇🙌🏻 U got a subscriber. 👍🏻

  • @Sponska
    @Sponska 3 месяца назад

    Thank you for showing and explaining this workflow, now I'm finally able to transition into 3D game making, even as a complete Blender beginner. One additional tip I just learned: if you mirror tiles in Blender and suddenly the collisions are broken when imported into Godot, check the normals of the mirrored objects in Blender, in my case I needed to flip them inside out to fix the collisions.

  • @VsevolodPankratov
    @VsevolodPankratov Год назад +7

    Hey, you have great tutorials! I love the graphics of the PS1 game console and the style of Quake and Doom!

    • @DevLogLogan
      @DevLogLogan  Год назад +1

      Thanks very much! Glad you enjoy them. :)

  • @craniummatter
    @craniummatter Год назад +2

    thanks for sharing, definitely learned a few things. Love that Krita lets you edit the image while tiled, I've been wanting to check it out but keep going back to Photoshop out of laziness.

  • @JohnPallister
    @JohnPallister 2 года назад +2

    Fantastic stuff, a cracking pace but still naming every command and keyboard shortcut. Thanks very much!

    • @DevLogLogan
      @DevLogLogan  2 года назад +1

      You're welcome! Thanks for watching. :)

  • @kuroavuli3402
    @kuroavuli3402 11 месяцев назад +1

    This was an excellent video.
    I normally steer away from videos. Combination of bad communication and version mismatches (and a sprinkle of things happening behind the scenes they don't tell you)
    I can confidently say your video was nothing like that. Easy to follow along, fun to execute and an extremely reusable asset we have at our disposal after!
    I will certainly be checking back to what you have, before I go looking up random guides.
    Highly recommended. Watch, learn and expand yo miinndddd xD

  • @Drachenbauer
    @Drachenbauer Год назад +5

    If you want to have the floor texture overal seamless, you should have the wall and the two corners each four times: one for each of the four directions.
    Pre-rotate and apply theese pieces in blender and rotate the uv-maps for floor and ceiling textures to make the testures there oriented globally in the same direction.
    For wall and inner corner go sure, that the ceiling-uv-maps touch the texture edges with their free edges(where they are not attached to the wall)
    and a tip: you can make the texture of the diagonal upper wall-part only the lower 3/4 of your brick texture. so the height of theese bricks will match closer to the brick-height on the vertical survace.
    for the inner corner you can also pull one upper vertex of theese rectangles on the uv-map to the middle of the bricktexture-width to reproduce that diagonal cutted shape on the wall.
    And for the little triangle from the outer corner make it at the top 3/4 of the texture width and also 3/4 of the texture heigh and let it´s down pointing corner sit in the middle of the texture-bottom-edge
    So it will be just 3/4 of the size of yours on the uv-map ans stand with it´s bottom corner on the same position.

  • @takacsadam2850
    @takacsadam2850 Год назад +4

    in blender, you can use the UV snap where the UV's edges snap to pixels. this is crucial to pixel art graphics because there won't be clipping or cropping
    edit: also when working with tiling UV's... eyeballing the tiles is hard, select the separate objects, select the neighboring tiles so you can see them in the UV editor and align the UV with them, it's really easy and it makes things look better

  • @daniellapain1576
    @daniellapain1576 10 месяцев назад +1

    This is amazing. I have always had that ache to make tile able maps and your method makes it extremely straightforward and simple. A tip for tiling textures, Gimp has a straightforward plugin that automates the task of making them. It tries it's best to approximate texture locations but sometimes does not work but makes it quicker in workflow regardless.

  • @UliTroyo
    @UliTroyo 2 года назад +2

    Succinct! Banger tut, thanks a lot. I learned a bunch from your workflow, so I'm glad you took the time to show all the settings. Subbed.

  • @mgrigajtis
    @mgrigajtis 2 года назад +5

    I really love this workflow in Godot 4!

  • @Crowbar
    @Crowbar Год назад +3

    One of the best tutorials on youtube on any topic

  • @GreySectoid
    @GreySectoid 2 года назад +5

    Excellent workflow, thanks for sharing.

  • @DatingTV
    @DatingTV 8 месяцев назад

    This was fantastic, I love the pace. I'm extremely new to this but the only hiccup I had was finding an alternative texture source. I can't wait to go through your other videos now.

  • @shmegegge
    @shmegegge 8 месяцев назад

    There are so many time saving shortcuts and techniques in here. This is fantastic.

  • @zeddarain
    @zeddarain Год назад +2

    Omg I’ve been looking for a full walkthrough. Great work.

  • @TylerRamos-h2o
    @TylerRamos-h2o 5 месяцев назад

    Bro you have got some serious skills. Thank you for teaching beginners like me I would be totally lost without all you guys making these tutorials

  • @greggster990
    @greggster990 8 месяцев назад

    Great tutorial. I like how this shows a little bit of everything and goes through the full process.

  • @wizardcoolio
    @wizardcoolio 10 месяцев назад +1

    not gonna lie this was SUPER fast paced for me especially since I'm very new to game design, I had to go back and rewatch parts like 4 or 5 times since especially in blender it just felt like entering random code lol. however, this video is going to be super helpful to me because of the amount of information in it, and because I wanna make a game in this low poly/low resolution style. I learned a lot, thank you for making this.

  • @Tubulin_
    @Tubulin_ 5 месяцев назад

    Great tutorial! Second one from you that I follow. I really like these short ones that are more straight to the point (although I usually have to playback parts and pause a lot so I still spend a few hours on them). I find myself not really needing full tutorials, but rather ones that cover specific topics such as this one. This is definitively an invaluable resource :)

  • @nico-s5k
    @nico-s5k Год назад +1

    It's incredible how a simple setup like that can be so beautiful! Nice video bro, I've learned a lot with you!

  • @UberOfficer1
    @UberOfficer1 6 месяцев назад

    This was thoroughly enjoyable. I’ve never even touched or seen any of these programs before but never felt lost through any of your steps!

  • @jameshastings765
    @jameshastings765 Год назад

    this was the most entertaining tutorial ive ever watched randomly in my life. This guy hits blender and is a full blown force of God lmao

  • @mediocretes7667
    @mediocretes7667 8 месяцев назад

    Dude! Thank you for this! I learned more in this video than from a week of watching other tutorials. I learned things I didn't even know I wanted to learn. Seriously, amazing and helped restore my excitement for my project.

  • @CattleRustlerOCN
    @CattleRustlerOCN 9 месяцев назад

    This wasn't a tutorial, this was an expert putting on a master class 😮

  • @5minutemovies977
    @5minutemovies977 Год назад +10

    You can create the textures and normal maps in Material Maker too. I use it quite a bit for pixelated, seamless textures and it's great to quickly set up different textures without going from one software to another. You can do the atlas in it too, but I think it's better to use Krita.

  • @lolhiyoko7832
    @lolhiyoko7832 4 месяца назад

    This tutorial succeeded in one thing; Making me feel inadequate.
    Great stuff

  • @HypeLozerInc
    @HypeLozerInc 2 года назад +5

    This is how you make tutorials

  • @wonfii4776
    @wonfii4776 5 месяцев назад +2

    24:35 if you dont see all of the settings in your project that he has in his make sure you have "Advanced Settings" switched to on and you should be able to see them then!

  • @typic-al7360
    @typic-al7360 Год назад +5

    All of your tutorials are so good, you deserve more subs my guy.

    • @DevLogLogan
      @DevLogLogan  Год назад +3

      Thanks ^^ hopefully they come my way

    • @viperman33
      @viperman33 Год назад

      @@DevLogLogan The all mighty YT suggestions sent me here so that is one.

  • @user-xsn5ozskwg
    @user-xsn5ozskwg Год назад

    You weren't kidding about the from scratch part!

  • @LocherYT
    @LocherYT Год назад +7

    22:08 dragging the .glb file into the editor will result in the file not being recognized. It will have a red cross and the atlas + atlas_n files are being imported as well

    • @trslim6032
      @trslim6032 Год назад +1

      Yeah, I'm having this issue as well

    • @Pabloossoo
      @Pabloossoo Год назад +3

      Same, solved it by right-clicking the glb -> Open, then click "Reimport" and wait a few seconds

    • @BurdLunkhurd
      @BurdLunkhurd Год назад

      @@Pabloossoo When I click open it wont actually open anything in the inspector for my faulty tilemap. any ideas as to what might be the problem?

  • @rationalinsanity
    @rationalinsanity 8 месяцев назад

    Not necessarily planning to use Godot, but have been looking for how to create low res environment textures for a while, this is perfect - thanks!

  • @mediocreatbest1269
    @mediocreatbest1269 6 месяцев назад

    I've learned so much through this. I am beyond grateful. I hope to see you upload again in the near future! Until then, cheers

  • @Drachenbauer
    @Drachenbauer Год назад +1

    Now i can build my own dungeon mazes and explore them with my own little first person character.

  • @Gabirell
    @Gabirell Год назад +2

    Wow! That was great! amazed how fast you create a "simple" scene... this tutorial is gold... thanks! another subscriber here!

  • @lieQT
    @lieQT Год назад

    This was done so cleanly, I really admire your understanding of the tools you use and your commitment to keeping everything down to the pixel of correctness.

  • @kmz8160
    @kmz8160 2 года назад +2

    Thanks for a very useful tutorial. I learn this 3d workflow throught trial and error, and it would be much faster to learn if I found your video early.

  • @BramwellWilliams
    @BramwellWilliams 2 года назад +4

    Great video! Love a good gridmap ^^

    • @DevLogLogan
      @DevLogLogan  2 года назад +1

      Don't we all? Thanks Bram :) love the content

  • @b4llistickgaming314
    @b4llistickgaming314 7 месяцев назад

    This video is absolute gold! i was recently introduced to Godot and been experimenting with it and you've made it super easy and fun!

  • @jonathanbernardi4306
    @jonathanbernardi4306 Год назад +1

    Man, this was simply awesome, straight to the point, and crystal clear. Thanks a lot, really appreciated. You got a new sub. Amazing work really.

  • @FencerDevLog
    @FencerDevLog Год назад

    This is one of the most comprehensive tutorials I have ever seen. Thank you for recording it. Please make more videos. 😎

  • @aroymart
    @aroymart 11 месяцев назад

    This is so much information in one video, brought me from nothing to *enough* on so many topics

  • @ixiah
    @ixiah Год назад

    honestly, this was super useful to me just for the godot part alone. I wasn't aware of the gridmap feature.

  • @webofmanipulation6190
    @webofmanipulation6190 5 месяцев назад

    Thanks for sharing this! I'm still fairly new to game development so its really amazing seeing an in depth and interesting tutorial that can easily be understood.

  • @Shot5hells
    @Shot5hells Год назад +1

    I've never touched godot but as a concept artist I'm using blender a bit. Super cool seeing the overlap in tools and techniques!

  • @SpacyCatgirl
    @SpacyCatgirl Год назад +7

    This is so insightful! Your content def deserves a lot more attention!

    • @DevLogLogan
      @DevLogLogan  Год назад +2

      Thank you! I'm sure with time it'll grow, just need to keep making them. :)

  • @scott_itall8638
    @scott_itall8638 Год назад

    Would really enjoy seeing more of this, blender into godot and building out a map and other assets.

  • @KevinNijmeijer
    @KevinNijmeijer 2 года назад +2

    Another banger tutorial 👏 getting inspiration for some cool stuff!

    • @DevLogLogan
      @DevLogLogan  2 года назад +1

      Glad you're enjoying them, thanks! :)

  • @SytheluxRikd
    @SytheluxRikd Год назад

    I like the trick with the Gridmap and the Pixelation at the end. Thank you overall for the Video.

  • @caveirainvocada9438
    @caveirainvocada9438 Год назад

    Bro this video is ridiculous good. I went from having no idea on how to implement 3D levels in Godot to ready to make some with some asset creation knowledge to boot!

  • @lostdisplay
    @lostdisplay Год назад +2

    Awesome tutorial!
    Made me realize how slow I am working haha

  • @LenteGameDev
    @LenteGameDev 2 года назад +6

    Great and clear tutorial!

    • @DevLogLogan
      @DevLogLogan  2 года назад +3

      Thanks very much, Lente :)

  • @wilpuriarts5895
    @wilpuriarts5895 Год назад

    Wow, I think this made me confident I could try 3D after my 2D game project is finished!

  • @Hannah-cb7wr
    @Hannah-cb7wr Год назад +1

    THIS is how tutorials should be done. Amazing! Thanks a lot.

  • @j.clayton7672
    @j.clayton7672 Год назад

    Wow, that's seriously simple and yet very effective. Thanks for sharing!

  • @humanharddrive1
    @humanharddrive1 8 месяцев назад

    watching this video makes me think that there really is no excuse not to make a game, all the tools are there and they're free. thank you for sharing this knowledge

  • @JustinKocian
    @JustinKocian 2 месяца назад

    I'm nowhere near this level, but I gave it a shot anyway. I can confirm I am still nowhere near this level. Great video - very inspirational!!

  • @musicbyhikari
    @musicbyhikari 10 месяцев назад

    This was a good tutorial but there is a strange amount of assumption that I both know and don't know how to use these tools. I'm not sure who this is for, but as a beginner, the blender and Godot segments were incredibly frustrating to follow along with. I would like to say that I still was able to follow along (with a lot of rewinding and pausing to reference the video), and that there still is a lot of good information here. Thank you for putting this together, despite any frustrations I had. Appreciate it!

  • @bonsairobo
    @bonsairobo 11 месяцев назад

    Awesome. Loved seeing the tile modeling process in Blender. I've been trying to do some similar ideas, so that was helpful.

  • @iRyusa
    @iRyusa Год назад

    Blender seem so easy when looking at this... I'll probably come back to my prototype thanks to you

  • @MisterNewYear
    @MisterNewYear Год назад

    Wow this is incredible. There's so much stuff here I'm gonna reference wouldn't have even thought about when clicking on this video lol

  • @PolybiusStreams
    @PolybiusStreams Год назад

    Not only is this video useful the comments are full of good tips, excellent job.

  • @art_out_of_despair
    @art_out_of_despair Год назад

    wow
    i was about to check for UE or Unity in order to start an indie project, but now you promoted Godot4 so well !

  • @Nurr0
    @Nurr0 10 месяцев назад

    Just starting to investigate/dabble in game dev and this was really something to behold.