SilverlyBee
SilverlyBee
  • Видео 24
  • Просмотров 241 484
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
Просмотров: 26 138

Видео

How To Shuffle Cards (and how not to)
Просмотров 1,3 тыс.2 года назад
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
Просмотров 10 тыс.2 года назад
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
Просмотров 4942 года назад
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
Просмотров 5382 года назад
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]
Просмотров 13 тыс.2 года назад
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]
Просмотров 67 тыс.2 года назад
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
Просмотров 2,7 тыс.2 года назад
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
Просмотров 18 тыс.2 года назад
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: ruclips.net/video/rApVXwADY84/видео.html TI...
Isometric Pixel Art Basics
Просмотров 22 тыс.2 года назад
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,4 тыс.3 года назад
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: ruclips.net/video/oWEiYuVkVOw/видео.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
Просмотров 4,7 тыс.3 года назад
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
Просмотров 4,8 тыс.3 года назад
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: ruclips.net/video/gEnogKcRf-g/видео.html FONT VT323 (Google Fonts): fonts.google.com...
Unity Farm Game Tutorial - Watering, Fertilizing & Buying Plots Interface - Part 6
Просмотров 2,8 тыс.3 года назад
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: ruclips.net/video/gEnogKcRf-g/видео.html FONT VT323 (Google Fonts): fonts.google.com/spec...
Unity Farm Game Tutorial - Scroll View with a Grid - Part 5
Просмотров 2,1 тыс.3 года назад
Unity Farm Game Tutorial - Scroll View with a Grid - Part 5
Unity Farm Game Tutorial - Loading Resources - Part 4
Просмотров 2,5 тыс.3 года назад
Unity Farm Game Tutorial - Loading Resources - Part 4
Unity Farm Game Tutorial - Scriptable Objects - Part 3
Просмотров 8 тыс.3 года назад
Unity Farm Game Tutorial - Scriptable Objects - Part 3
Unity Farm Game Tutorial - Isometric Tiles and Prefab Brushes - Part 2
Просмотров 9 тыс.3 года назад
Unity Farm Game Tutorial - Isometric Tiles and Prefab Brushes - Part 2
Unity Farm Game Tutorial - Planting & Harvesting - Part 1
Просмотров 37 тыс.3 года назад
Unity Farm Game Tutorial - Planting & Harvesting - Part 1
Jamuary #4
Просмотров 1633 года назад
Jamuary #4
21 GAMES for 2021 - A game EVERYDAY - Jamuary #3
Просмотров 2423 года назад
21 GAMES for 2021 - A game EVERYDAY - Jamuary #3
A game EVERYDAY for another week - Jamuary #2
Просмотров 7583 года назад
A game EVERYDAY for another week - Jamuary #2
A game EVERYDAY for A WEEK - Jamuary #1
Просмотров 4753 года назад
A game EVERYDAY for A WEEK - Jamuary #1

Комментарии

  • @isabelien4721
    @isabelien4721 10 дней назад

    Thanks. I really learned new stuffs with your video.

  • @dailychinese1396
    @dailychinese1396 10 дней назад

    Thank you. But we are not guys :)

  • @GavenXu-e1k
    @GavenXu-e1k Месяц назад

    You are awesome . Thank you very very much!

  • @906robot9
    @906robot9 Месяц назад

    Effective, concise and clear. 10/10 tutorial

  • @searingeyes
    @searingeyes Месяц назад

    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 Месяц назад

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

  • @dynamicsketch
    @dynamicsketch Месяц назад

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

  • @kyojin_.
    @kyojin_. Месяц назад

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

  • @zagstrug9053
    @zagstrug9053 Месяц назад

    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 2 месяца назад

    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 2 месяца назад

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

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

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

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

    14:23 the ball is destroying the paddle as well

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

      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 3 месяца назад

      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.

  • @user-hp4cc8qi4l
    @user-hp4cc8qi4l 3 месяца назад

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

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

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

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

    Thanks

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

    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 3 месяца назад

    Love your solution! Very very helpful and powerful.

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

    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 4 месяца назад

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

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

    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 4 месяца назад

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

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

    can i use pixelorama?

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

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

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

    Great video! I like your work

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

    thanks, really nice tutorial!

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

    Hello! i have an issue regarding the performance of the dungeon, it appears that unity doesnt support dynamic occlusion culling out the box and its causing quite the performance drop by rendering objects through walls, do you have any solutions?

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

    what software did you use? it seemed really convenient for you, is there anyway to make experimenting with these tiles as easy in piskel? please respond im dying over here

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

    Would really like to know how you made the gradients change... </3

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

    please explain why dayDuration is a float between 0 and 1 while dayDuration = 30f

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

    Love it great job thanks for the tutorial! Love nice and simple solutions!

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

    how that color changing

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

    when the first brick disappeared and immediately the youwin panel appeared. help me fix it

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

    Which application do you use?

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

    scripting is not working on paddle please give me solution how to resolve my problem

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

    This was one of the best pixel art tutorial I’ve ever seen, really easily yet clearly explained. Thanks!

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

    Hi, how are you? How did you get those assets? Did you make it yourself? I would love to know so I can expand on the idea of you tutorials.

  • @Jaron-Wilson
    @Jaron-Wilson 6 месяцев назад

    Thank You Very Helpful

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

    your subtle voice tickles my ears, ty for asmr ❤

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

    Awesome video! After your tutorial I could create my first game. My game is simple and primitive, but it's mine!!! Thank you!! I'm sooo happy!!!

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

    making isometricZ dosnt help me o lot , it fixed the problem but sometime still have up down! how can i fix that?

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

    Thank you for the tutorial. hopefully in the next video we will actually be able to see the video screen. Also I had to manually reclip all the sprites.

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

    Hi , i don't understand two things ,when you create the movement for the paddel , why you put an vector 3 ? it's not a game in 2d? et why you multiplied by .right ? thanks for all

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

    Nice & easy tutorial, thank you for sharing this technique. And yes I'd love to see this effect for 3D objects!

  • @Mt.COsygames
    @Mt.COsygames 7 месяцев назад

    hey can u share with us the template of ur isometric map if possible?

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

    Loved the tutorial, this channel deserves more subs.❤

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

    Test did not work and I am very sad 😢

  • @EnginesofHopeTheLastRefu-km2wy
    @EnginesofHopeTheLastRefu-km2wy 7 месяцев назад

    A good follow up would be a save system for this dungeon. Everytime we start the scene we get a new dungeon. Would be neat to save the seed and load back up on the same seed/dungeon.

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

    Great tutorial, but do you know of a way to randomly add different sized rooms as well?

    • @Jaron-Wilson
      @Jaron-Wilson 6 месяцев назад

      That what I did from the start just change the offset! Hope this helps!

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

    That was really really helpfull!