BMo
BMo
  • 88
  • 4 333 226
Your Comment Randomizes This Game
Every comment on this video will fully randomize the game below.
Play it here in your browser: bmo.itch.io/comment-randomizer
Discord: discord.gg/g9j8yrHTED
Переглядів: 1 351

Відео

I Made Fortnite But You're The Bus Driver
Переглядів 1,2 тис.Місяць тому
Battle Bus drivers deserve our love and respect, never forget to thank them Play it here: bmo.itch.io/bussy-fortnite subscribe to make me happy 💖 Discord: discord.gg/g9j8yrHTED I Made A Platformer Game But You're The Enemy: ua-cam.com/video/_0h7YMyTp5k/v-deo.html
I Made A Platformer Game But You're The Enemy
Переглядів 413 тис.5 місяців тому
I made a platformer game, just like Mario, but you don't play as Mario... you play as the Goomba. Only together can we bring the justice Goombas rightfully deserve discord.gg/pMrMshh If this looks fun, I have a whole bunch of Unity Tutorials on how to make games for beginners: ua-cam.com/play/PLhrayuv80FeWPrco0bqfYSHDifVB2PXpW.html ➤SUBSCRIBE to inflate my ego with a bigger number 💖
Easy 3D Animations for Unity Beginners from Mixamo
Переглядів 79 тис.Рік тому
Mixamo Animations: www.mixamo.com/ Banana Man: assetstore.unity.com/packages/3d/characters/humanoids/banana-man-196830 3D in general can be really overwhelming for new developers which is why most end up starting with 2d games. 3D Animation can be its own deep skillset that many people steer clear from. Fortunately there are resources out there like Mixamo that let you download animations that ...
Level Up with Experience Points in Unity
Переглядів 14 тис.Рік тому
Many games have some sort of level up system where you gain experience through some method, once you gather enough exp you level up and your character gets stronger. Here's a simple - yet flexible way of implementing such a system using the Observer Pattern in just a few minutes! #unity #tutorial #gamedev
Simple DASH Mechanic in Unity
Переглядів 17 тис.Рік тому
You can setup a player dash in like 7 lines of code. It's super easy. All you need to do is: 1. Determine if you can Dash 2. Increase Player move speed for a set duration 3. Set an optional cooldown to dash again 4. Allow the player to dash again #unity #movement #tutorial
CUTSCENES in Unity using Timeline
Переглядів 54 тис.Рік тому
If you ever wondered how to create Cutscenes in Unity, you can get started right away using Unity's built in Timeline tool. Similar to video editing or animation timelines, you can basically add a variety of different clips, from audio, to GameObject animations, and then place them along a Timeline to play in an organized sequence. It's really easy. Learn the basics of how to set one up in minu...
Easy Enemy Health Bars in Unity
Переглядів 46 тис.Рік тому
The main difference between a Player's Health Bar in the HUD vs an Enemy's is creating the Health Bar in WORLD SPACE. In stead of overlaying UI on the Camera, the Enemy or Game Object itself has a Canvas attached to it as a child object, and the UI is a part of the Enemy GameObject. The benefit of this is the Health Bar follows the Enemy around, the downside is we need to make sure it stays ori...
Flexible LOOT SYSTEM in Unity with Random Drop Rates
Переглядів 40 тис.Рік тому
Loot makes exploring and killing all of those enemies really worth it. Everyone wants a reward. In just 2 simple classes and a few lines of code you can setup a powerful loot system that lets you dynamically set drop rates and loot tables on individual GameObjects using Scriptable Objects and Random Number Generation. Build the foundation for any loot system you'd want to incorporate in your ga...
Generating Random Values in Unity
Переглядів 8 тис.Рік тому
Random numbers are pretty useful in any game you can think of, and can be used as a tool to add interesting behavior to your game. There are key things to know with generating Random values, how different types work, what utility the Random class provides, and how to seed your random numbers to get predictable results. ✨Want to support the channel? Buy me a coffee ☕: ko-fi.com/bmoli COMMENT if ...
Test Multiple Phones with Unity Device Simulator!
Переглядів 4,2 тис.Рік тому
With how many phone models are out there mobile development can be overwhelming. Many new developers stick to a single phone when testing their games and layouts, only to find issues with other phone models once they publish to the app store. Unity provides a device simulator to test your games on in the Unity Editor to play around with a huge list of devices and see how your game performs on t...
Cinemachine Is Really Powerful, Set It Up EASILY
Переглядів 21 тис.Рік тому
When it comes to tools you must be using during game development, Cinemachine is right near the top. Easily top 3. I think many people can get overwhelmed with how to use it and never take the leap, but its dramatically more powerful than the Main Camera can ever hope to be. Here is how you can setup a variety of different camera configurations in your game in literally minutes. ✨Want to suppor...
How to Add a TRAIL EFFECT to Anything in Unity
Переглядів 23 тис.2 роки тому
Unity offers a TrailRenderer Component, and in like 30 seconds you can add customizable trailing effects to any moving GameObject. ✨Want to support the channel? Buy me a coffee ☕: ko-fi.com/bmoli ➤SUBSCRIBE to inflate my ego with a bigger number 💖 ➤LIKE the video to leave a trail of how much you... liked this video ➤Join our DISCORD SERVER and be best friends! discord.gg/pMrMshh Thanks for watc...
How to Make An Enemy Chase The Player in Unity
Переглядів 41 тис.2 роки тому
How to Make An Enemy Chase The Player in Unity
Super Easy DRAG and DROP Unity Tutorial
Переглядів 30 тис.2 роки тому
Super Easy DRAG and DROP Unity Tutorial
How To Fix Unity Animation Position Issues
Переглядів 46 тис.2 роки тому
How To Fix Unity Animation Position Issues
Quick and Easy Unity Debugging Basics
Переглядів 21 тис.2 роки тому
Quick and Easy Unity Debugging Basics
Easy Ammo & Reloading System in Unity
Переглядів 10 тис.2 роки тому
Easy Ammo & Reloading System in Unity
How To DAMAGE Enemies in Unity
Переглядів 43 тис.2 роки тому
How To DAMAGE Enemies in Unity
The Easiest Way to Make a High Score in Unity
Переглядів 27 тис.2 роки тому
The Easiest Way to Make a High Score in Unity
Unity 2D Magnet / AoE Pickup Collectibles
Переглядів 8 тис.2 роки тому
Unity 2D Magnet / AoE Pickup Collectibles
The 4 Gamer Personality Types
Переглядів 1,6 тис.2 роки тому
The 4 Gamer Personality Types
Gift Your Future Self with Custom UNITY PACKAGES
Переглядів 4,6 тис.2 роки тому
Gift Your Future Self with Custom UNITY PACKAGES
5 Minute Top Down Shooter Unity Tutorial
Переглядів 68 тис.2 роки тому
5 Minute Top Down Shooter Unity Tutorial
Easy Heart Health System in Unity
Переглядів 19 тис.2 роки тому
Easy Heart Health System in Unity
Unity Magic Functions / Script Lifecycle Methods
Переглядів 5 тис.2 роки тому
Unity Magic Functions / Script Lifecycle Methods
You Need to Game Jam More Often
Переглядів 1,7 тис.2 роки тому
You Need to Game Jam More Often
Simple Inventory UI in Unity With Grid Layouts
Переглядів 22 тис.2 роки тому
Simple Inventory UI in Unity With Grid Layouts
Flexible INVENTORY SYSTEM in Unity with Events and Scriptable Objects
Переглядів 77 тис.2 роки тому
Flexible INVENTORY SYSTEM in Unity with Events and Scriptable Objects
Flexible Pickup / Collectible System in Unity With Events
Переглядів 21 тис.2 роки тому
Flexible Pickup / Collectible System in Unity With Events

КОМЕНТАРІ

  • @BrunoLaranjeira-zs3nz
    @BrunoLaranjeira-zs3nz 2 години тому

    comment

  • @pickleplayer
    @pickleplayer 3 години тому

    New level again!

  • @minecraft_top_game
    @minecraft_top_game 5 годин тому

    Thank you

  • @pickleplayer
    @pickleplayer 5 годин тому

    WANT A NEW LEVEL!

  • @matthewmiller4633
    @matthewmiller4633 6 годин тому

    What I love about your channel is that you explain the same things that everyone else is, but you are following the "Explain Like I'm Five" methodology, which is absolutely what I need. Thank you for making these concepts super understandable!!

  • @weckar
    @weckar 8 годин тому

    Can this animate other component's properties other than transform?

  • @weckar
    @weckar 8 годин тому

    Custom packages are good, but I think genres are a terrible use case for it :/

  • @weckar
    @weckar 9 годин тому

    Why not just make the hearts a mask for a variable length health bar underneath? Then you can have any fraction at a whim and even animate it draining down without additional sprite graphics.

  • @Johan-rm6ec
    @Johan-rm6ec 9 годин тому

    Quite a confusing video regarding recording the movement between 2 points and fiddle with the record button.

  • @Lord_Piccolo
    @Lord_Piccolo 17 годин тому

    Thanks for the video. But I have a problem when I switch the animation it has a pretty long delay. e.g. after pressing the punch key, the character keeps idling for several seconds and then plays the punching animation. I wanna make it punch immediately after pressing the punch key. How do you think I could fix it?

  • @BabySeals84
    @BabySeals84 22 години тому

    okay new one

  • @BabySeals84
    @BabySeals84 22 години тому

    new level

  • @scottsikora1964
    @scottsikora1964 День тому

    Great stuff. Any chance you could tell us the VS theme you are using? The color are visually appealing and very clear. Thanks!

  • @GraciasMalaika
    @GraciasMalaika День тому

    Not Juicy Boy but Jump Man is correct

  • @Noth0ng82
    @Noth0ng82 2 дні тому

    thank you, your tutorial is really helpful

  • @zacharyandjulianbrownell6171

    waooaoaoaoaooaaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaaoaoaoaoaoaoaoaoaoaoaoaooaaoaoaoaoaoaoaoaoaoaoao

  • @kanbiztoupatou
    @kanbiztoupatou 2 дні тому

    Thank you

  • @zacharyandjulianbrownell6171

    just changes it back

  • @zacharyandjulianbrownell6171

    it's easy to generate very hard ones lol and it's ngl a bit fun

  • @zacharyandjulianbrownell6171

    the 132th one was impossible

  • @zacharyandjulianbrownell6171

    commenting

  • @zacharyandjulianbrownell6171

    i like the game

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @zacharyandjulianbrownell6171

    hi

  • @user-qq5uy8wl9e
    @user-qq5uy8wl9e 2 дні тому

    Oh my god that's amazing

  • @niblitsbopski6586
    @niblitsbopski6586 3 дні тому

    I know how many comments have already said the same thing but this was shockingly concise and well made. You perfectly quickly explain everything so well. You've earned my subscription sir.

  • @AleOrtiz-ei8no
    @AleOrtiz-ei8no 3 дні тому

    *comment*

  • @giovani74
    @giovani74 4 дні тому

    Your video is so helpful and easy to understand. I like how direct you are. Cheers

  • @CasePamp
    @CasePamp 4 дні тому

    wahhoooo

  • @CasePamp
    @CasePamp 4 дні тому

    commenting to get out of hole

  • @RootsOf7
    @RootsOf7 4 дні тому

    Great video, I was stuck for hours before. what interpreter are you using? I think mine is basic c#, and I even downloaded Unity for Visual Studio Code.

  • @NeoLoveCookie
    @NeoLoveCookie 5 днів тому

    How Unity knows that I can't control the player during Timeline playing? Even enemies doesn't follow the player. Is the value of Time.deltaTime 0 while Timeline is running?

  • @liverydistuntion3144
    @liverydistuntion3144 5 днів тому

    why do you have to type (200=200:>>>****[''';) [654567-tag=0) just for a character to move like wtf

  • @megazord5696
    @megazord5696 6 днів тому

    Bro, no way

  • @vladplaz
    @vladplaz 6 днів тому

    not working

  • @Spore-Productions
    @Spore-Productions 6 днів тому

    Just beware, this [post processing] can add a heavy load to mobile games and kill the frame rate on weaker devices.

  • @StarWarsWissen-official
    @StarWarsWissen-official 6 днів тому

    how to fix?

  • @StarWarsWissen-official
    @StarWarsWissen-official 6 днів тому

    Lines is a list in my project

  •  6 днів тому

    how can you just drag the pivot away? i cant seem to do that

  • @atharwa46
    @atharwa46 6 днів тому

    how do I save ammo value on disabling and enabling the weapons? as of now it only resets the value that I set in Start function

  • @CincinnatiBeats
    @CincinnatiBeats 6 днів тому

    but

  • @Huma-kr2jp
    @Huma-kr2jp 6 днів тому

    LOL 🍐🥑 /\

  • @IQGeoDash
    @IQGeoDash 7 днів тому

    Technically I made the 115th version

  • @Poob.0.
    @Poob.0. 7 днів тому

    Lol

  • @mlp4266
    @mlp4266 7 днів тому

    enemy health bars