SilverlyBee
SilverlyBee
  • 24
  • 273 083
Breakout | Simple Game Tutorial Unity 2D for Beginners
In this tutorial we'll be taking a look at how to make a simple game in Unity 2D inspired by Atari's Breakout. This will teach you how to handle movement, collisions and UI in your game. It is meant for beginners, specially those that have never finished a game in Unity.
----
TIMESTAMPS
(00:00) Intro
(00:29) Unity Basics
(03:58) Creating the Paddle
(8:47) Creating the Bouncy Ball
(13:12) Creating the Brick
(15:22) Level Generator
(18:01) Setting Up the UI
(25:15) Constant Speed
(26:02) Outro
----
SOCIAL MEDIA:
- TWITTER - @SilverlyBee
- INSTAGRAM - @SilverlyBee
มุมมอง: 33 326

วีดีโอ

How To Shuffle Cards (and how not to)
มุมมอง 1.4K2 ปีที่แล้ว
In this tutorial we'll be taking a look at how to shuffle cards and arrays the proper way. The algorithms that are talked about in the video are the Fisher-Yates shuffle and the Knuth shuffle. How Not to Shuffle by Mike James: www.i-programmer.info/programming/theory/2744-how-not-to-shuffle-the-kunth-fisher-yates-algorithm.html SOCIAL MEDIA: - TWITTER - @SilverlyBee - INSTAGRAM - @SilverlyBee
Easiest 3D Card Tutorial in Unity
มุมมอง 12K2 ปีที่แล้ว
In this tutorial we'll be taking a look at how to create a simple 3D card using 2D sprites in Unity. This easy method uses sprite mask to create this effect. This can be a very cool addition to your card game! SOCIAL MEDIA: - TWITTER - @SilverlyBee - INSTAGRAM - @SilverlyBee
Making a Halloween Town | Spooky Alley #02
มุมมอง 5153 ปีที่แล้ว
This is a short devlog series about developing a Halloween game. On this video I show what I've been doing over this little hiatus on the channel and also go over a bit of the town that I'm developing for the game. This game is being developed using Unity. SOCIAL MEDIA: - TWITTER - @SilverlyBee - INSTAGRAM - @SilverlyBee
Spookytober | Devlog #01
มุมมอง 5493 ปีที่แล้ว
This is the first video of my devlog series about developing a Halloween game. On this video I show my ideas and inspirations for the game as well as what has been already developed. This game is being developed using Unity. SOCIAL MEDIA: - TWITTER - @SilverlyBee - INSTAGRAM - @SilverlyBee
Procedural Dungeon Generator in Unity [EXTRAS]
มุมมอง 14K3 ปีที่แล้ว
In this tutorial we'll be taking a look at how to make our dungeon a little bit more interesting and a little bit more robust. We'll handle generating random rooms and also setting rules to make our procedurally generated dungeon in Unity a bit more orderly. This video is a second part to the first Procedural Dungeon Generator Tutorial that is listed down below. Code: github.com/silverlybee/dun...
Procedural Dungeon Generator in Unity [TUTORIAL]
มุมมอง 74K3 ปีที่แล้ว
In this tutorial we'll be taking a look at how to generate procedural dungeon rooms in unity. This will be generating a dungeon map using the Depth First Search (DFS) algorithm. It will also show how to build the room and how the algorithm works. Assets used in this video: Code: github.com/silverlybee/dungeon-generator Stylized Hand Painted Dungeon: assetstore.unity.com/packages/3d/environments...
Unity Isometric Board Generator
มุมมอง 3K3 ปีที่แล้ว
In this tutorial we'll take a look at how to generate isometric boards on unity and how to position isometric tiles. The tutorial also shows how to instantiate prefabs maintaining it's link to the original prefab, how to create buttons on the unity inspector and how to position the tiles in front of the camera to maintain the depth perception. GITHUB: github.com/silverlybee/isometric-generator ...
How to make an isometric pixel art tileset for your game
มุมมอง 21K3 ปีที่แล้ว
In this tutorial for beginners where we'll be looking at how to make an isometric pixel art tileset to use in a game. The tutorial shows how to make a very simple nature tileset that consists of tiles for grass, dirt, sand, stone and water. You can use the same principles to elaborate a tileset with a different theme. ISOMETRIC PIXEL ART BASICS VIDEO: th-cam.com/video/rApVXwADY84/w-d-xo.html TI...
Isometric Pixel Art Basics
มุมมอง 27K3 ปีที่แล้ว
In this tutorial we'll be looking at the basics of isometric pixel art. The tutorial focus on isometric pixel art for games and it shows basic functions such as making a grid, tiles, an isometric circle and other features. TIMESTAMPS (00:00) Intro (00:25) Editors (01:17) Tile Size (02:01) Making a Grid (03:22) Making a Block (06:53) Isometric Prism (06:53) Isometric Prism (08:05) Isometric Circ...
Making Famous Game Clocks in Unity (TUTORIAL)
มุมมอง 1.5K3 ปีที่แล้ว
In this tutorial we'll be looking at how to make clocks inspired by the Minecraft clock, the Stardew Valley clock and the Don't Starve clock in Unity, as well as managing a day-night cycle in-game. ANALOG AND DIGITAL CLOCK TUTORIAL: th-cam.com/video/oWEiYuVkVOw/w-d-xo.html FILES FOR THE PROJECT (GitHub): github.com/silverlybee/unity-clock-ui/tree/part-2 TIMESTAMPS (00:00) Intro (00:51) Don't St...
Making a Simple Clock in Unity
มุมมอง 5K3 ปีที่แล้ว
In this tutorial we'll be looking at how to make an analog clock and a digital clock in Unity, as well as managing time in-game. FILES FOR THE PROJECT (GitHub): github.com/silverlybee/unity-clock-ui/tree/part-1 TIMESTAMPS (00:00) Intro (00:14) Importing Sprites (01:05) Time Manager (04:44) Digital Clocks (13:50) Analog Clocks (18:58) Outro SOCIAL MEDIA: - TWITTER - @SilverlyBee - INSTAGRAM - @S...
Unity Farm Game Tutorial - Watering, Fertilizing & Buying Plots - Part 7
มุมมอง 5K3 ปีที่แล้ว
In this tutorial we'll be looking at how to make a farm game simulator. It focus on the implementation of the watering, fertilizing and buying plots mechanics. This is part 7 of the "Farm Game Tutorial" series. You can keep on watching the tutorial on the playlist linked down below. FARM GAME TUTORIAL PLAYLIST: th-cam.com/video/gEnogKcRf-g/w-d-xo.html FONT VT323 (Google Fonts): fonts.google.com...
Unity Farm Game Tutorial - Watering, Fertilizing & Buying Plots Interface - Part 6
มุมมอง 3K3 ปีที่แล้ว
In this tutorial we'll be looking at how to make a farm game simulator. It focus on the interface of the watering, fertilizing and buying plots mechanics. This is part 6 of the "Farm Game Tutorial" series. You can keep on watching the tutorial on the playlist linked down below. FARM GAME TUTORIAL PLAYLIST: th-cam.com/video/gEnogKcRf-g/w-d-xo.html FONT VT323 (Google Fonts): fonts.google.com/spec...
Unity Farm Game Tutorial - Scroll View with a Grid - Part 5
มุมมอง 2.3K3 ปีที่แล้ว
Unity Farm Game Tutorial - Scroll View with a Grid - Part 5
Unity Farm Game Tutorial - Loading Resources - Part 4
มุมมอง 2.8K3 ปีที่แล้ว
Unity Farm Game Tutorial - Loading Resources - Part 4
Unity Farm Game Tutorial - Scriptable Objects - Part 3
มุมมอง 8K3 ปีที่แล้ว
Unity Farm Game Tutorial - Scriptable Objects - Part 3
Unity Farm Game Tutorial - Isometric Tiles and Prefab Brushes - Part 2
มุมมอง 10K3 ปีที่แล้ว
Unity Farm Game Tutorial - Isometric Tiles and Prefab Brushes - Part 2
Unity Farm Game Tutorial - Planting & Harvesting - Part 1
มุมมอง 40K3 ปีที่แล้ว
Unity Farm Game Tutorial - Planting & Harvesting - Part 1
Jamuary #4
มุมมอง 1733 ปีที่แล้ว
Jamuary #4
21 GAMES for 2021 - A game EVERYDAY - Jamuary #3
มุมมอง 2633 ปีที่แล้ว
21 GAMES for 2021 - A game EVERYDAY - Jamuary #3
A game EVERYDAY for another week - Jamuary #2
มุมมอง 7863 ปีที่แล้ว
A game EVERYDAY for another week - Jamuary #2
A game EVERYDAY for A WEEK - Jamuary #1
มุมมอง 4954 ปีที่แล้ว
A game EVERYDAY for A WEEK - Jamuary #1

ความคิดเห็น

  • @albertgracilla4306
    @albertgracilla4306 3 ชั่วโมงที่ผ่านมา

    I just discovered your channel and wish youd do more videos.

  • @KNG_rage
    @KNG_rage วันที่ผ่านมา

    i have done everything yet my paddle keeps moving out of boundaries am not sure if there is a problem since i am on a laterversion compare to the one used in the video. other than that the Restart() doesnt appear in the function in the button for some reason and i am unsure

  • @h3ritic
    @h3ritic 10 วันที่ผ่านมา

    This is super heplful!! Thank you for doing this 🎉 and happy new year

  • @nahuc3547
    @nahuc3547 18 วันที่ผ่านมา

    El mejor tutorial!!! Increiblemente hermosa tu explicación!

  • @tylerzade6890
    @tylerzade6890 หลายเดือนก่อน

    I know this is old but it's the closest tutorial to what I want to do. I want to make a horror themed maze, I want to prefab specific rooms. Start, End, rooms with 1-4 exits so each room will be different like the 2 exit room is a hallway. Etc. How do I use this to populate those rooms, instead of this making every room the same creating exits where needed.

  • @someoneontheinternet3090
    @someoneontheinternet3090 หลายเดือนก่อน

    This is really cool. I'm guessing it wouldn't work if you want the tiger to be popping off the front of the card though, rather than appearing inside the card?

  • @fatimkaba8420
    @fatimkaba8420 หลายเดือนก่อน

    Thank u so much, u are great!

  • @mangineer_rl
    @mangineer_rl หลายเดือนก่อน

    YEAH THANKS, I just experienced Atari Breakout-Scope Creep😅😂

  • @Rando-uh
    @Rando-uh หลายเดือนก่อน

    This is a great tutorial thanks ! I.m going to watch the tileset RN !

  • @sentelion-n-n-n7728
    @sentelion-n-n-n7728 หลายเดือนก่อน

    very grateful for such a wonderful guide

  • @ElHooperino
    @ElHooperino 2 หลายเดือนก่อน

    So I was following this and got to a point where I was adding the restart function to play again but it doesn't show me the restart function :/ I'm not sure what could be the issue

    • @arcaderock24
      @arcaderock24 หลายเดือนก่อน

      Is ur restart function set to public?

    • @ElHooperino
      @ElHooperino หลายเดือนก่อน

      ​​@@arcaderock24I eventually got it to work. I'm trying to remember what it was but I'm pretty sure I forgot to add using scene manager at the top

  • @vegasdealer777
    @vegasdealer777 2 หลายเดือนก่อน

    Excellent teaching video. All GOOD!

  • @shirinsajadian
    @shirinsajadian 2 หลายเดือนก่อน

    Do you have codes?

  • @thinkingonyx847
    @thinkingonyx847 2 หลายเดือนก่อน

    Thats so cool, How does this algorithm assert that the same maze hasn't been generated previously?

  • @mmz6163
    @mmz6163 3 หลายเดือนก่อน

    Wow,thanks

  • @Fedex5
    @Fedex5 3 หลายเดือนก่อน

    I cant make it work... the door are all messed up

  • @Sohneg
    @Sohneg 3 หลายเดือนก่อน

    Mindblowing XD. Thank you very much <3

  • @juleswombat5309
    @juleswombat5309 3 หลายเดือนก่อน

    Well that was pretty awesome. Thanks so much for a clear description.

  • @DGlitches
    @DGlitches 3 หลายเดือนก่อน

    Thank you for this nice Tutorial Game its very good to make a minigame :)

  • @ChrisUnlimitedGames
    @ChrisUnlimitedGames 4 หลายเดือนก่อน

    Good tutorial. Im having a bit of trouble getting my colider to stay on my paddle, but im sure its something ive done. I will keep working with it.

  • @Alexelliste
    @Alexelliste 4 หลายเดือนก่อน

    Aseprite is free if you compile it yourself btw

  • @NotoriousCorp
    @NotoriousCorp 4 หลายเดือนก่อน

    program???

  • @martincuenca9544
    @martincuenca9544 4 หลายเดือนก่อน

    you forgot to add the graphicsgale app, its free and is a great tool for pixel art and animation

  • @px43
    @px43 5 หลายเดือนก่อน

    I got through part 1 just fine, but in part 2, none of the tiles are lining up the way they do in the video, and my grid looks super different, and I can't even figure out what I could search for that would help me understand what's happening. Also "camera settings" at the end looks very different and I don't see any alternatives. Using Unity 2022.3.39f1. If there are any other videos you could recommend to get me more comfortable with how all the grid stuff works, that would be nice, because the whole thing where you're tweaking 3.5 to 3.4 etc is not making any sense to me. Feels like I'm so close to getting it, but not quite clicking yet.

  • @isabelien4721
    @isabelien4721 5 หลายเดือนก่อน

    Thanks. I really learned new stuffs with your video.

  • @dailychinese1396
    @dailychinese1396 5 หลายเดือนก่อน

    Thank you. But we are not guys :)

  • @GavenXu-e1k
    @GavenXu-e1k 6 หลายเดือนก่อน

    You are awesome . Thank you very very much!

  • @906robot9
    @906robot9 6 หลายเดือนก่อน

    Effective, concise and clear. 10/10 tutorial

  • @searingeyes
    @searingeyes 6 หลายเดือนก่อน

    I know this is a relatively old tutorial so I wanted to drop a comment to let you know your work is still being immensely appreciated! I have been ripping my hair out for the last week trying to figure out how to generate my dungeon! the way you explain things makes it so easy to see how it applies to my own project! so amazing job!

  • @reneerivera9495
    @reneerivera9495 6 หลายเดือนก่อน

    this is the most helpful tutorial ive ever watched for isometric art. thank u so much! <3

  • @dynamicsketch
    @dynamicsketch 6 หลายเดือนก่อน

    This is a good way to make circles on isometric pixel art.

  • @kyojin_.
    @kyojin_. 6 หลายเดือนก่อน

    Hello! How could i add a player that could browse the dungeon?

  • @zagstrug9053
    @zagstrug9053 7 หลายเดือนก่อน

    Thank you so much for this video! I've been struggling to show sprites on a card without them being rendered in the wrong order when looked at from an angle, so this worked perfectly. For anyone trying to show multiple cards in front of each other, add a Sorting Group to the root of your card prefab and set the Sprite Mask > Custom Range > Front > Order in Layer to 1

  • @Porter_John
    @Porter_John 7 หลายเดือนก่อน

    Hi! I wanted to say thank you! I'm trying to learn this with zero previous experience, and I really appreciate how you explain why you are adding which code instead of just saying "Add this Code". Great tutorial!

  • @AmitojSingh-tf9ex
    @AmitojSingh-tf9ex 8 หลายเดือนก่อน

    mam my teacher asked me to put sound effect in this , please tell what should i do in steps

  • @samuelparrott8558
    @samuelparrott8558 8 หลายเดือนก่อน

    I can't seem to get the on click to work for either the game over or the win page

  • @samuelparrott8558
    @samuelparrott8558 8 หลายเดือนก่อน

    14:23 the ball is destroying the paddle as well

    • @kyroic6128
      @kyroic6128 8 หลายเดือนก่อน

      make sure using tags! for example create a tag for bricks and attach it to them. under OnCollisionEnter2D function, use ifs to make sure only destroy the bricks. just like this: if(collision.gameObject.tag == "Brick"){ Destroy(collision.gameObject) }

    • @kyroic6128
      @kyroic6128 8 หลายเดือนก่อน

      after you put this code, when ball collide with any object, it will check its tag if its equal to "Brick" and destroy only those ones.

  • @TheBittman
    @TheBittman 8 หลายเดือนก่อน

    I need help the text boxes don’t show up but have a blue T pls help

  • @LirusNeon
    @LirusNeon 8 หลายเดือนก่อน

    How do i make sometimes dungeon generate more than 1 door? always are 2 doors

  • @diptikhanna
    @diptikhanna 9 หลายเดือนก่อน

    Thanks

  • @lapincealinge2
    @lapincealinge2 9 หลายเดือนก่อน

    I've been struggling for days to understand isometric pixel art, this is the best and most comprehensive video I've seen so far

  • @ausername4meplease
    @ausername4meplease 9 หลายเดือนก่อน

    Love your solution! Very very helpful and powerful.

  • @IemonIime
    @IemonIime 9 หลายเดือนก่อน

    Coming from someone who has done pixel art for years, this is by far the most amazing step by step isometric pixel art tutorial i have ever seen! Wow.

  • @cozygamemaker
    @cozygamemaker 9 หลายเดือนก่อน

    I love your not little farm tutorial! 😂 Thanks a ton

  • @cozygamemaker
    @cozygamemaker 9 หลายเดือนก่อน

    Thanks a ton for great tutorials! I'm not sure about why Rigibody2d needed to be added. I could see if I don't add Rdbd, clicking corn doesn't work even if Collider exist in that area. But why?😬

  • @graphicnostalgiastudios
    @graphicnostalgiastudios 9 หลายเดือนก่อน

    Thank you so much. I was struggling with isometric circles. This technique is the easiest I've seen.

  • @ArcWeltraumpert
    @ArcWeltraumpert 9 หลายเดือนก่อน

    can i use pixelorama?

  • @rubellite5766
    @rubellite5766 10 หลายเดือนก่อน

    Yo really found the gradient usage amazing, would implement it in my games

  • @Lapin241
    @Lapin241 10 หลายเดือนก่อน

    Great video! I like your work

  • @Kejody53
    @Kejody53 10 หลายเดือนก่อน

    thanks, really nice tutorial!