How to make Super Mario Bros in Unity (Part 1) - Level Design

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 103

  • @Zigurous
    @Zigurous  2 роки тому +9

    Visit the GitHub page for the most up to date source code: github.com/zigurous/unity-super-mario-tutorial
    View the FAQ for answers to common questions: github.com/zigurous/unity-super-mario-tutorial/wiki

    • @Zigurous
      @Zigurous  2 роки тому

      The grid reference for stage 1-1 can be found here: github.com/zigurous/unity-super-mario-tutorial/blob/main/References/1-1%20Grid.png

  • @Proxy720
    @Proxy720 2 роки тому +43

    THIS IS THE DEFINITION OF QUALITY CONTENT!

  • @larrypendleton8195
    @larrypendleton8195 2 роки тому +9

    Jesus, how more accurate can you get to the original! Absolutely loving these tutorials! Looking forward to the next video in this series!

  • @BitbeastGames
    @BitbeastGames 2 роки тому +22

    Thanks you for your great tutorials. I learned a lot especially about how all the pieces of code are put together. Not only from this but your other tuts as well. It even inspired me to develop some retro remakes on my own ♥️

  • @cheynebransby6510
    @cheynebransby6510 Рік тому

    I don't usually bother leaving a comment to be buried in the sea of other comments, but this tutorial was great. You showed clearly both the process and the reasoning behind the design choices. Bravo and keep it up.

  • @techguy2683
    @techguy2683 2 роки тому +15

    You make great game tutorials. I've already built a few of your projects and it's really helping my understanding of the code. If your crunching for classic game ideas after Mario would you be interested in doing a missile command or defender tutorial? I'm looking forward to your next one.

  • @shlomohalev8122
    @shlomohalev8122 2 роки тому +1

    i love your calm vibe

  • @trevorwentz6403
    @trevorwentz6403 2 роки тому

    There are plenty of good tutorials out there, but I've learned by far the most from these

  • @abhilashlr9259
    @abhilashlr9259 2 роки тому +1

    You're the best unity teacher on youtube in my opinion. Thank you for the tutorials.

  • @williamsurj7863
    @williamsurj7863 2 роки тому +2

    You have been helping me understanding unity, thank you so much. I even started to add menu ui after your tutorial

  • @JinjoJinjoJinjo
    @JinjoJinjoJinjo 4 місяці тому

    For anyone following I thing it's a good idea to set the sprite pivot on most things to be the bottom left so everything aligns with unity's grid and makes placed a repeated tile like the ground much easier!

  • @awesomestuff7261
    @awesomestuff7261 2 роки тому +2

    What an in depth knowledge you have on the subject !!!! Difficult things seem like a piece of cake for you!!! Hats off Sir Adam

  • @kelinci3867
    @kelinci3867 2 роки тому +1

    I'll be very excited for this series!!

  • @Alberto-007.7
    @Alberto-007.7 2 роки тому +3

    The best channel there is

  • @ablemorghon
    @ablemorghon 2 роки тому +3

    Another great video. Easy to follow with good pace and everything very well explained. Thank you!

  • @enkioki
    @enkioki 2 роки тому +2

    What no way!!? You're amazing! 🤩

  • @gazzer4461
    @gazzer4461 2 роки тому +1

    Thanks for the really detailed and easy to understand tutorial about making a super mario game!

  • @MandelCanter
    @MandelCanter 2 роки тому +1

    Thanks for the concise tutorials

  • @tonymitmakaroni527
    @tonymitmakaroni527 2 роки тому +1

    This Channel is AMAZIIIIIIING

  • @supramgaming2142
    @supramgaming2142 6 місяців тому

    severely underrated

  • @midniteoilsoftware
    @midniteoilsoftware 2 роки тому +2

    You can check Auto Tiling on the collider so it automatically matches the tiled size.

  • @AndrewBentzen
    @AndrewBentzen Рік тому

    Very clear and quality video. Perfect for a noobie like me!

  • @BassJunkeeZ
    @BassJunkeeZ 2 роки тому

    Dude, kudos the explanation in the video, you got my attention at the first 5 minutes, already subscribed.

  • @yazanjordan3103
    @yazanjordan3103 2 роки тому +1

    OMG iam super excited for this project thank you so much

  • @YaBoy-o1f
    @YaBoy-o1f 4 місяці тому

    This channel is amazing and the tutorials as well. Have never seen a channel that calmly explains everything in detail, providing many good lessons. I have 0 experience in Unity or C#, and i did it while having fun and getting the best support. I encourage everyone to try it and support his Chanel. Amazing Work

  • @oldshamen
    @oldshamen 2 роки тому +4

    I enjoyed watching this tutorial. Always interesting to see how other devs work with Unity. One question: Is there any particular reason you chose not to use the tilemap system?

    • @Zigurous
      @Zigurous  2 роки тому +4

      My first iteration of the game I did use a tilemap, but I found that it only made things far more difficult because Unity's tilemap system isn't very good frankly. Purely doing level design is great using the tilemap system, but as soon as you need to start scripting everything, it completely falls apart. For example, animating a block when you hit it was incredibly difficult using the tilemap system despite that being a simple interaction.

  • @grilledcheesebaby
    @grilledcheesebaby Рік тому

    your video helped me soooo much! I need to write a game from scratch and your tutorial is very clear and easy to understand thank you for that : )

  • @ItsCowdyVR
    @ItsCowdyVR 7 місяців тому +1

    27:37 when u done everything its kinda like Mario maker

  • @LeFork756
    @LeFork756 Рік тому +11

    When you´re to broke to buy Mario maker but you remember that you are a game dev:

  • @_Who_u_are
    @_Who_u_are Рік тому

    You are using Pivot and Global setting..Thanks for wonderful video

  • @dogo1604
    @dogo1604 2 роки тому +1

    You are a legend. I wish you can reach more suscriber you deserve take care

  • @anuraagchandra2548
    @anuraagchandra2548 Місяць тому

    To those facing problems in PipeConnection part, change Tool Handle Position from Center to Pivot.

  • @omarebrahim7225
    @omarebrahim7225 Рік тому +2

    This is really in depth and very well explained! I'm just wondering, at 20:40 the origin is 0,0 when the parent object is selected, but for me it seems to be 10,-0.5. Any idea why? I did reset the origin of it beforehand.

  • @nestorblanco603
    @nestorblanco603 2 роки тому +1

    Great job thanks for all the tutorial 💞

  • @vlixaep
    @vlixaep Рік тому

    Best channel ever!THis helpps so much

  • @GaBoyInKy
    @GaBoyInKy 7 місяців тому

    Thank you.

  • @chaostellar
    @chaostellar 2 роки тому +1

    Good tutorial 👍

  • @GhostXIII0
    @GhostXIII0 2 роки тому

    Really amazing video!

  • @luluckas1980
    @luluckas1980 2 роки тому +1

    Thanks!

  • @Balakademi
    @Balakademi 2 роки тому +1

    Thank you. Keep it up

  • @theofficialamt6626
    @theofficialamt6626 8 місяців тому

    Can you maybe remake this series using Tile Palette, and how to set it up to work identical? New to development would like to learn via Tile Palette.

  • @miaw1232
    @miaw1232 2 роки тому

    Thanks man, ima gonna subscribe rn

  • @kabs225
    @kabs225 2 роки тому +2

    Heyy.... So i know making a tutorial takes in a lotttt of work soo thank youuu sooo muchhhh.....it would be awesomeee if you could make a fighting game like street fighter 2 or mortal Kombat or something ❤️❤️

  • @niceguy2097
    @niceguy2097 3 місяці тому

    Thanks

  • @-PhamQuangSang
    @-PhamQuangSang Рік тому

    Tks alot for this tutorial

  • @LunatyPlay
    @LunatyPlay 2 роки тому +1

    Thanks!!!

  • @moonnight9474
    @moonnight9474 2 роки тому +1

    great

  • @Kaki-ww3ru
    @Kaki-ww3ru Рік тому

    thank you so much

  • @abg2487
    @abg2487 2 роки тому +1

    Bring more tutorial series in fast way..

  • @itzsodadumb
    @itzsodadumb 2 роки тому +1

    hey, your tutorials are incredible, could you do the same for sonic? keep up the absolute banger work ! :D

  • @random_precision_software
    @random_precision_software 2 роки тому +1

    Cool

  • @notsonerd5347
    @notsonerd5347 2 роки тому +1

    Thanks for your work. I've just started to follow your channel and your tutorials are definitely the best!!

  • @arhamjamil6625
    @arhamjamil6625 2 роки тому +1

    Quality Content

  • @leosalazar9213
    @leosalazar9213 2 роки тому +1

    🖤 If you want part 2

  • @occularmalice
    @occularmalice Рік тому

    Curious why you didn't use Tilemaps for the levels instead of sprites?

  • @wolfmantattoosjl8631
    @wolfmantattoosjl8631 9 місяців тому

    How do you get the pivot point to be where you want it? (L pipe left and flag pole bottom) THANKS!!!

  • @shreyagupta7149
    @shreyagupta7149 Рік тому

    How did the underground black colour was added?

  • @brettrogers4208
    @brettrogers4208 2 роки тому +1

    Hell ya !

  • @honggiakhanh
    @honggiakhanh Рік тому

    Hello Zigurous, I'm planning to use this asset pack for other personal stuff, and maybe even for my thesis, is it copyrighted in any way?

  • @midniteoilsoftware
    @midniteoilsoftware 2 роки тому

    Why not just use a PolygonCollider2D for the pipe junction instead of 2 separate box colliders?

    • @Zigurous
      @Zigurous  2 роки тому +4

      A PolygonCollider2D would be easier in this case, I just didn't think of it

  • @technofeeliak
    @technofeeliak 2 роки тому

    Well, I can tell you, having studied this game for many years, Mario and his enemies shouldn't be higher than the ground.
    They should be 1 pixel lower, 1 pixel overlapping the blocks they stand on.

  • @Oliviue
    @Oliviue Рік тому

    Would this be the same way to do it in 3D..I'm guessing the coding would be very different🥺?

  • @jonathanduclos1815
    @jonathanduclos1815 2 роки тому

    Sir... marry me? LOL Thanks VERY VERY much by your content. The begginers are learning with you

  • @davidtorralba5277
    @davidtorralba5277 Рік тому

    Does anyone know why in the game window my stage can´t be seen? only shows the black box on the underground but the rest don't.

  • @barrierwins
    @barrierwins 4 місяці тому

    how did u gett dark blocks or sum i don't know

  • @soulslover9856
    @soulslover9856 6 місяців тому

    Why didnt u use tilemap?

  • @MuhammadIshaq-px9cf
    @MuhammadIshaq-px9cf Рік тому

    sir can i publish make game using the given assests,can i face copyright challenges ?

  • @-simplehebrew
    @-simplehebrew 9 місяців тому

    Can you make a tutorial on how to make animal crossing: new horizons ? Don't want to pay 60 usd

  • @hammadloombri3659
    @hammadloombri3659 Рік тому

    i love your tutorial
    plzzzzzzzzzzzzzzzzzzzzzzzz make a video on
    how to create an 8-ball pool game in unity

  • @abg2487
    @abg2487 2 роки тому +1

    How to upload our existing unity project to GitHub using the git commands? Please provide me unity . git ignore file?

    • @Zigurous
      @Zigurous  2 роки тому +2

      GitHub provides gitignore templates for all kinds of projects and languages. Here's the one for Unity specifically: github.com/github/gitignore/blob/main/Unity.gitignore
      I would recommend looking up a tutorial video on how to use Git and GitHub. There's a lot of videos here on UA-cam.

  • @Ranaelkhawand-jr5po
    @Ranaelkhawand-jr5po Рік тому

    How do I select all the things I want

  • @nestorblanco603
    @nestorblanco603 2 роки тому +1

    do a car game please

  • @SuperSonic94shorts
    @SuperSonic94shorts Рік тому

    where is the discription'

  • @roshany
    @roshany 2 роки тому

    When’s the next part coming out??

    • @Zigurous
      @Zigurous  2 роки тому +1

      The next part is now available: ua-cam.com/video/SPe1xh4D7Wg/v-deo.html

  • @usmanic9201
    @usmanic9201 2 роки тому +1

    I renamed my scene to 1-1 and everything I designed vanished. I spent atleast 45 mins on it, pls help...

  • @mlbbgaming2811
    @mlbbgaming2811 7 місяців тому

    25:52 how to select the prefabs plz any one tell

  • @Randomtaborian
    @Randomtaborian Рік тому

    Why won’t it let me drag the png files into assets?

  • @BrandonBrady97484
    @BrandonBrady97484 2 роки тому

    why not use tile map editor?

    • @Zigurous
      @Zigurous  2 роки тому

      github.com/zigurous/unity-super-mario-tutorial/wiki#why-not-use-a-tilemap

  • @lucasprimo5649
    @lucasprimo5649 2 роки тому

    when i go to the main camera just the first 3 bricks appear
    pls i need help

    • @Zigurous
      @Zigurous  2 роки тому

      Maybe you need to reposition the camera, and make sure the z-position is some negative value like -10 so the other sprites in your scene don't get clipped

    • @lucasprimo5649
      @lucasprimo5649 2 роки тому +1

      @@Zigurous thanks too much!!!!

    • @lucasprimo5649
      @lucasprimo5649 2 роки тому +1

      new follower

  • @yasingurses4880
    @yasingurses4880 2 роки тому

    where is the sprite?

  • @abg2487
    @abg2487 2 роки тому

    Where are asset link?

    • @abg2487
      @abg2487 2 роки тому

      @@koce017 no I need only the assest 🔗?

    • @abg2487
      @abg2487 2 роки тому

      @@koce017 I need website link where we can find these kind of assest?

    • @abg2487
      @abg2487 2 роки тому

      @@koce017 I need asset website link

    • @Zigurous
      @Zigurous  2 роки тому +1

      The assets are available here: github.com/zigurous/unity-super-mario-tutorial. I show how to download them starting at 1:51 in the video

  • @EmmaEmma007
    @EmmaEmma007 Рік тому +1

    😙😘😀😃😇

  • @kumatoons5508
    @kumatoons5508 2 роки тому +1

    First

  • @مصممجرافيك-د3ف
    @مصممجرافيك-د3ف 2 роки тому

    اين ملفات العمل

    • @Zigurous
      @Zigurous  2 роки тому

      github.com/zigurous/unity-super-mario-tutorial

  • @HamzinaGalina
    @HamzinaGalina 10 місяців тому

    super mario maker for poor: